About 13,100,000 results
Open links in new tab
  1. android - CMake Build Error with react-native-reanimated: 'mkdir: …

    Oct 18, 2024 · react-native-reanimated Version: 3.16.0 Operating System: Windows 11 Has anyone encountered this issue before and found a solution? Is there a way to force CMake or …

  2. What is the quickest way to convert a React app to React Native?

    Feb 18, 2016 · As others have mentioned there's no quick way to convert react to react-native. A possible alternative if you want your react app to run on a mobile device without rewriting your …

  3. react-native-screens:compileDebugKotlin FAILED - Stack Overflow

    Jun 24, 2022 · 2 This is an issue after they released the React Native version 0.71.0-rc0. So pretty much all React Native users on versions till 0.66.x are affected. React Native users on …

  4. How to add icons to React Native app - Stack Overflow

    Dec 17, 2015 · I am making a React Native app. I would like to customize the app icon (meaning the icon that you click on to start the app). I have Googled this, but I keep finding different …

  5. android - How do you debug React Native? - Stack Overflow

    Mar 27, 2015 · How does one debug their React code with React Native while the app is running in app simulator?

  6. Setting environment variable in react-native? - Stack Overflow

    Oct 14, 2015 · I am using react-native to build a cross-platform app, but I do not know how to set the environment variable so that I can have different constants for different environments. …

  7. javascript - (React Native): Execution failed for task ':app ...

    Apr 14, 2021 · If you have this issue with react-native version 0.74.3. Please follow these steps. I have followed the below steps and was able to build the application successfully. Update …

  8. React Native Reanimated error: Execution failed for task ':react …

    Sep 14, 2019 · Here's what finally resolved the problem: First, I removed the existing react-native-reanimated package: yarn remove react-native-reanimated Then, I installed a specific version …

  9. How to use React Native vector icons? - Stack Overflow

    First, make sure you're saving the dependency in your project by doing: npm install react-native-vector-icons --save. Including the --save is necessary, otherwise react-native link won't be …

  10. android - Error Plugin [id: 'com.facebook.react.settings'] was not ...

    Aug 16, 2024 · If you have the react-native-windows dependency in your package.json ensure it has the same version as the react-native dependency. Fix this first before performing the next …