skip to Main Content

Woocommerce – React navigation drawer V5

I'm using react-navigation version 5. I have tab navigation and drawer navigation together. I'm trying to add an icon in my header to open/close drawer: here is my custom right header for toggling the drawer: const HeaderRight = ({ navigation…

VIEW QUESTION

How to resolve "Animated: `useNativeDriver` is not supported because the native animated module is missing." in react-navigation? – Debian

I am working on expo SDK Version: 36, and on all platforms (ios/android/web) When installing react-navigation for the first time as described in the documentation and running jest --watch while doing it, and the following warning appeared: console.warn node_modules/react-native/Libraries/YellowBox/YellowBox.js:71 Animated:…

VIEW QUESTION
Back To Top
Search