When upgrading to React-Native 0.60 or above, you may see the error of following: Invariant Violation: requireNativeComponent: “RNCViewPager” was not found in the UIManager. error: package...
mobile
How to solve “error: package android.support.annotation does not exist”?
During the Android bundle building procedure, one of the error is very common in React-Native. Error: Package Android.Support.Annotation Does Not Exist This error says the project building process is ...
How to solve “The rollout of your release failed. Check the page for validation errors.” from Google Play Console?
The reason is that Google requires you to answer the questions or config the settings. You should see a small warning icon on the menu item, and it is usually under the category, Store presence. Just ...
How to convert an Android app bundle to APKS?
Q: How to convert an Android App bundle to APKS for debugging or adb installation? Android bundle file type, *.aab, is a package that includes multiple optimised APKS for Google Play Store deployment....
Where should I place the icons for React-Native project?
Q: Where should I place the icons for React-Native project? The path should be Android/app/src/main/res/ . You should see different mipmap-. ic_launcher.png and ic_launcher_round.png should be inside ...
Why cannot import any image into Android Asset Studio?
Q: Why cannot import any image into Android Asset Studio? Please try accessing the tool with Incognito Mode. This should help to disable some ads/scripts blocking plugins to allow the web app working ...
How to generate Android App Icon?
When you develop Android Apps, you will require a unique App icon for your Apps. The requirement of the App icon requires a different aspect of the image that fits different size of Android screen. Th...