Rahul

Results 1 comments of Rahul

Following steps working for me Added public-hoist-pattern configuration in .npmrc to hoist packages from specific scopes: .npmrc: ``` public-hoist-pattern[]=*@react-native-community* public-hoist-pattern[]=*@react-native* ``` Also integrated the following changes in metro.config.js: ``` const...