Helshr

Results 3 comments of Helshr

babel.config.js: module.exports = { presets: ['module:metro-react-native-babel-preset'], plugins: [ '@babel/plugin-proposal-export-namespace-from', 'babel-plugin-transform-import-meta', [ 'module-resolver', { root: ['./src'], extensions: ['.ios.js', '.android.js', '.js', '.ts', '.tsx', '.json'], alias: { buffer: '@craftzdog/react-native-buffer', '@components': './src/components', '@assets': './src/assets',...

package.json { "name": "PaiStoryApp", "version": "0.0.1", "private": true, "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "lint": "eslint .", "start": "react-native start", "test": "jest" }, "dependencies": { "@craftzdog/react-native-buffer": "^6.0.5", "@alex-gale/react-native-image-capinsets":...