Ananda·Oct 27, 2022Creating an App Store Connect API Key1) Navigate to https://appstoreconnect.apple.com/access/api 2) Click Generate API Key 3) Click Generate API Key button again and in the…
Ananda·Aug 30, 2022react-native: main.jsbundle does not exist.Add the following line to your package.json file under the “scripts” and replace yourAppName with a proper name :
Ananda·Aug 11, 2022React-Native Could not determine the dependencies of task ‘:react-native-video:compileDebugAidl’.The fix was to add mavenCentral and jcenter to the repositories of android/build.gradle:A response icon1A response icon1
Ananda·Aug 9, 2022React-Native Execution failed for task ‘:react-native-gesture-handler:compileDebugKotlin’.Adding the following lines in the android/build.gradle fixes the error:
Ananda·Aug 9, 2022React-Native Error: spawnSync adb ENOENTIf you have received this error, this means that your Android platform tools are not being set correctly. According to React-Native ANDROID…A response icon1A response icon1
Ananda·Aug 8, 2022React-Native RequireNativeComponent: was not found in the UIManagerIf you have received similar error, make sure you have updated cocoapods with the following command:
Ananda·Dec 9, 2021Deploying a Flutter App to App Store and Google Play with FastlaneI have been using fastlane on a couple of react-native projects where it’s been a great tool which saved deployment time on both iOS and…
Ananda·Nov 29, 2021React-Native: Could not connect to development server. Connect via Wi-FiIf you have received this error and none of these methods solved the issue, just try to connect via Wi-Fi:
Ananda·Nov 3, 2021React-Native Title Bar is Not Visible on iOS 15After upgrading to iOS 15 version the bar of react-native-navigation became transparent and the title is hardly visible. Since my app uses…
Ananda·Sep 3, 2021Fastlane: Only releases with status draft may be created on draft app.You must create an Alpha channel release by going to Testing — Closed testing — Alpha — Manage track — Create a new release and upload…