Skip to content
Advertisement

Tag: react-navigation

ENOENT: no such file or directory when installing react-navigation in react-native project

I’m getting a few errors while I’m installing react-navigation in my react native project with npm install @react-navigation/native The installation goes halfway and stops for a couple minutes and puts this error out. Can someone please help me solve this problem The navigation.navigate(”) is not working whenever I am trying to navigate a button to another screen. I feel like

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

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: It also happen in the browser console: Related issues: https://github.com/expo/ex-navigation/issues/276 https://github.com/facebook/react-native/issues/11094#issuecomment-263240420 The last one offers a solution, but it says to open Xcode,

Icons are not appearing in react-native

I am using react-native-vector-icons/FontAwesome to show icons and react-navigation for showing tabs. I am trying to show Home icon in button navigation but icons are not appearing. PFB relevant code of Icon and createBottomTabNavigator PFB screenshot as well. What do I need to do to show icon of Home? Answer Make sure that the font is linked in your iOS

Advertisement