AnandaCreating 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…Oct 27, 2022Oct 27, 2022
Anandareact-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 :Aug 30, 2022Aug 30, 2022
AnandaReact-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:Aug 11, 20221Aug 11, 20221
AnandaReact-Native Execution failed for task ‘:react-native-gesture-handler:compileDebugKotlin’.Adding the following lines in the android/build.gradle fixes the error:Aug 9, 2022Aug 9, 2022
AnandaReact-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…Aug 9, 20221Aug 9, 20221
AnandaReact-Native RequireNativeComponent: was not found in the UIManagerIf you have received similar error, make sure you have updated cocoapods with the following command:Aug 8, 2022Aug 8, 2022
AnandaDeploying 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…Dec 9, 2021Dec 9, 2021
AnandaReact-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:Nov 29, 2021Nov 29, 2021
AnandaReact-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…Nov 3, 2021Nov 3, 2021
AnandaFastlane: 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…Sep 3, 2021Sep 3, 2021