Nirmal Patel
Results
1
comments of
Nirmal Patel
in the index.js of your project: ``` import {AppRegistry} from 'react-native'; import App from './App'; import {name as appName} from './app.json'; import { gestureHandlerRootHOC } from 'react-native-gesture-handler' AppRegistry.registerComponent(appName, () =>...