📅  最后修改于: 2022-03-11 14:48:24.344000             🧑  作者: Mango
//One path to resolve this error is:
//Add a package.json file with the content: {"name": "@services"}
//in services folder.
//The import must be
import TheService from '@services/the_service';
// React-native and TypeScript use individual methods to find
// files with absolute paths. This way fix this error to me :)