I am getting this error, also.
I can't close.
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, () => gestureHandlerRootHOC(App));
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, () => gestureHandlerRootHOC(App));
We need more heroes like you
Thanks :)
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, () => gestureHandlerRootHOC(App));
Thank you very much it works
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, () => gestureHandlerRootHOC(App));
Didn't expect to find such a simple solution. You're a wizard @nirmal25990.
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, () => gestureHandlerRootHOC(App));
God bless you so much, just saved me from going mental right now
I implemented this but still drawer is not closing...
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, () => gestureHandlerRootHOC(App));
op bro
Most helpful comment
in the index.js of your project: