We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
React Native 相关,Prettier ESLint Redux Rematch使用
module.exports = { presets: ['module:metro-react-native-babel-preset'], plugins: [ [ 'babel-plugin-root-import', { paths: [ { rootPathPrefix: '~', rootPathSuffix: 'src', }, ], }, ], ],};
{ "compilerOptions": { "jsx": "react-native", "allowSyntheticDefaultImports": false, "experimentalDecorators": true, "baseUrl": ".", "paths": { "~/*": ["src/*"] } }, "include": ["src/**/*"], "exclude": ["node_modules"]}
import env from '~/constants/env';