Alexandr

Results 22 comments of Alexandr

metro.config.js helped... ```js const path = require('path'); const { getDefaultConfig } = require('@react-native/metro-config'); const root = path.resolve(__dirname, '..'); /** * Metro configuration * https://facebook.github.io/metro/docs/configuration * * @type {import('metro-config').MetroConfig} */ module.exports...

@raahimkhan please create new empty project from react-native-builder-bob and compare package.json with yours. Its the same?