Erik Ahumada
Results
2
comments of
Erik Ahumada
Follow this steps - `npx react-native init ProjectName` - `yarn add -D react-native-storybook-loader` - `yarn add -D [email protected] ` - `yarn flow` I solved it adding this rule `/node_modules/findup/.*` in...
> with react native cli you need to add the component you want to render to the app registry > > `AppRegistry.registerComponent(appName, () => App); ` > > normally you...