React Native Drawer Navigator Tutorial

preview_player
Показать описание
We go over how you can implement React Native Drawer Navigation using the React Navigation library.

Рекомендации по теме
Комментарии
Автор

Bhai ye aaraha h yr solved nahi ho raha h please help me

Error: Reanimated 2 failed to create a worklet, maybe you forgot to add Reanimated's babel plugin?
ERROR Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication). A frequent cause of the error is that the application entry file path is incorrect.
This can also happen when the JS bundle is corrupt or there is an early initialization error when loading React Native.

sourabhrajput
Автор

idk why, but ive got a lot of errors in console,
i imported:

const Drawer = createDrawerNavigator();

and ive got a lot of errors like these:
export { GestureDetector } from
63 | export { GestureObjects as Gesture } from
> 64 | export { TapGestureType as TapGesture } from
65 | export { PanGestureType as PanGesture } from
66 | export { FlingGestureType as FlingGesture } from
67 | export { LongPressGestureType as LongPressGesture } from
and errors like these a lot in console, wtf???

ИнокентийБест-эд