About 331,000 results
Open links in new tab
  1. Error: Native module RNFBAppModule not found. Re-check …

    Nov 11, 2024 · I encountered the same issue after installing @react-native-firebase/app version 21.4.0. To resolve it, I downgraded @react-native-firebase/app, @react-native-firebase/auth, …

  2. How to upgrade expo sdk to specific version - Stack Overflow

    Jun 15, 2022 · 0 Simply use yarn add react-native@latest OR npm install react-native@latest. This ensures you always have the most recent version of React Native. Ali Zaid's answers are …

  3. react native - crypto.getRandomValues () not supported - Stack …

    1 Comment Alabi Temitope Over a year ago for expo sdk v52 upgrade i only added install react-native-get-random-values then I called at the top level of my entry file, which my entry file is …

  4. react native - pod install failed on macOS Big sur - Stack Overflow

    Dec 22, 2020 · I had faced the same issue, while doing pod install in React native project, running on M1 chip MacBook. This helped me to resolve the issue. Open the rosetta terminal and type …

  5. React Navigation Error on npm install - Stack Overflow

    Jan 11, 2018 · Based on your commands, you need to run npm install or yarn install to install all the packages. Creating the app with create-react-native app give you a list of packages but …

  6. react-native run-android is unrecognized - Stack Overflow

    Jun 3, 2016 · What caused this for me was running npm install --save [package] when actually the system has previously been using yarn instead of npm. To solve this I just deleted the …

  7. react native - Some dependencies are incompatible with the …

    Aug 2, 2022 · For example: npm uninstall react-native-screens After that, you will need to reinstall the above libraries using their recommended version: mpn install [email protected]

  8. react native - Dependencies are not compatible with currently …

    I recently update npm and now, when I run npm start, This message shows up: Some of your project's dependencies are not compatible with currently installed expo package version: - …

  9. How to use material community icons with react-native-vector-icons

    Jul 9, 2020 · 2 There are 2 options available for configure react-native-vector-icons to your Project : With Linking (react-native < 0.60 Without Linking (react-native > 0.60) If you want to go with …

  10. Create a react native app with javascript instead of typescript

    Oct 18, 2023 · I recently tried to crate a new react native app by using the ` npx react-native@latest init AwesomeProject ` command but it created a folder with a app.tsx file. How …