skip to Main Content

VSCode can't find ndk react-native – React native

I have a simple react-native project when I try to build an android release version of the application, I face this error message: Caused by: java.lang.RuntimeException: org.gradle.api.InvalidUserDataException: NDK not configured. Download it with SDK manager. Preferred NDK version is '21.4.7075529'…

VIEW QUESTION

React native app failed to build while trying to bundle release

I created an app which worked perfectly on debug but when i run ./gradlew assembleRelease the build failed to complete. Below is the error I receive. at ModuleResolver.resolveDependency (C:UsersChifesDesktopappRoGoodsnode_modulesmetrosrcnode-hasteDependencyGraphModuleResolution.js:136:15) at DependencyGraph.resolveDependency (C:UsersChifesDesktopappRoGoodsnode_modulesmetrosrcnode-hasteDependencyGraph.js:231:43) at Object.resolve (C:UsersChifesDesktopappRoGoodsnode_modulesmetrosrclibtransformHelpers.js:129:24) at resolve (C:UsersChifesDesktopappRoGoodsnode_modulesmetrosrcDeltaBundlertraverseDependencies.js:396:33) at C:UsersChifesDesktopappRoGoodsnode_modulesmetrosrcDeltaBundlertraverseDependencies.js:412:26…

VIEW QUESTION

After installing react-native-firebase/app it's Build will failed in react-native ios – React native

After installing react-native-firebase/[email protected] with react-native-0.68.1 using use_frameworks! and remove flipperin the podfile of the project , but when i ran npx react-native run-ios it's Build failed The following build commands failed: Ld /Users/userName/Library/Developer/Xcode/DerivedData/-gvnovwrlbjvxedcquaumtvgvdgmn/Build/Products/Debug-iphonesimulator/react-native-razorpay/react_native_razorpay.framework/react_native_razorpay normal (in target 'react-native-razorpay' from project 'Pods')…

VIEW QUESTION
Back To Top
Search