React Native 'run-android' mac issue
I have a react-native project that successfully runs on iOS emulator however, when running react-native run-android I get the following error: error Failed to install the app. Make sure you have the...
View ArticleUnable to build React-Native project in android studio
After react-native init AwesomeProject command, I'm trying to open the project in android studio. But android studio unable to detect the project.
View ArticleReact Native: Resize custom UI component
I've built a very simple native Android UI component and I want to update the size of its child view when a button from my react native project is clicked. To be more precise, when this button is...
View ArticleYou need to call create() at least once to create the singleton
I'm working on Geolocation Background Task,when I'll be run the app is everything ok, but when close or restart the app the message is showing.I´m actually using this package for background geolocation...
View ArticleOpening deeplink in webbrowser to React-Native application
I have been trying to open an application through a web browser on my Android phones (both emulator and psychical device). Anytime when I put 'mydeeplink://people/0' as URL it just starts searching on...
View ArticleWhy Splash screen keeps appearing in the background after Login screen loaded?
I'm setting the Splash screen icon and color through app.json:When i tried to test the app on Android emulator it work properly, but after executing the apk the issues seems to appear againHere is the...
View ArticleHow to have React Native project versions seamless across project and platforms
It is very annoying to change build version of my React Native (not Expo) application every time I build it.It needs to be changed in at leats 4 places at...
View ArticleYou have a release in production that hasn't been rolled out
I am trying to release my first app on android.It's passed the review, and I'm ready to roll out the production track.In App Releases, I click on Edit Release on the Production Track which says"You...
View ArticleReact Native + Expo fetch cache-control
I am building android app using react native expo integrated with redux. The API is called using fetch method, but always the cached result is displayed. Cache-Control header doesn't go with request....
View ArticleReact Native adb reverse error: more than one device
I am learning react native. I can successfully connect my android device using USB. But when I try to connect it using wifi, it gives me an error.$ adb kill-server $ adb version Android Debug Bridge...
View ArticleCan't find variable: Expo
I am making a app with react native. It has login with facebook option, it Keep gives me this error. "Facebook Login Error: Can't find variable: Expo" What am I doing wrong here?Do I have to install...
View ArticleHow To Fix memory leak in in Reaact Native?
I have a problem with my application that is a memory leak, where when the application that I developed during the debugger hangs.I have unmounted state and eventFollowing a warning in debugger...
View ArticleReact-Native Face detect from list of images
i want to detect faces from list of images which are listed from photo albums..here is my code.. // get All images from particular album await CameraRoll.getPhotos({ first: count, after, assetType:...
View ArticleReact Native WebView html not opening options on Android tablets
I am experiencing a very strange problem in React Native's WebView with HTML <select> tags on Android tablets.For some reason, tapping on the rendered <select> button does not open the...
View ArticleI uploaded apk to play store using fastlane supply however cant find apk in...
I am using Fastlane supply. After uploading apk to playstore I have notification that your update is live, and there is a date of creation of that notification. However, when I go to alpha test and...
View ArticleHow should I fix "Content is not allowed in prolog" React-Native error?
I am facing an embarrassing error on my react-native project. I tried to remove the content in string.xml file but I still get the following error:Execution failed for task ':app:mergeDebugResources'....
View ArticleADB can't connect to Nox
i have a problem which i trying to solve for about 3 days and i can't find any working solution. The problem is i can't connect my nox player to adb when i trying to connect with localhost and port...
View ArticleHow to generate APK file by Expo's Bare workflow but using previous expo's...
I have Project which is previously running great on Expo. But due to native Utube experience i have to eject. Now i am in bare workflow and my problem is how to generate APK using the same jks file,...
View ArticleReact Native: Packae com.reactnativenavigation.react doesn't exist
I am new to react native and trying to install react navigation library using the instruction give here https://wix.github.io/react-native-navigation/#/docs/Installing?id=android. after completing the...
View ArticleReact Native: Build Missing iOS + Android folders
I recently update my React Native + React dependencies. I then removed by iOS + android folders to create fresh ones, but the following command that used to work in the past is now giving an...
View Article