Nox App Player for React Native Development
hello… has anyone achieved working with Nox App Player as the default android emulator in React Native? I've been using it with Nativescript… but I can't use it in React Native… (it's ah faster dev env...
View ArticleValue for title can not be cast from ReadablenativeMap to string
InsertDataToServer = () => { const { pinValue1 } = this.state; const { pinValue2 } = this.state; const { pinValue3 } = this.state; const { pinValue4 } = this.state; var String_3 =...
View ArticlePrevent bottomTabs buttons and text animation when active in Android...
I'm using react-native-navigation v2 3.7.0 from Wix, and particularly in Android only, whenever you tap any button, it increases the fontSize by 2px (it's 12px), and pushes the icon up too, plus it...
View ArticleAPK failing to build release because of bundleReleaseJsAndAssets
Running ./gradlew AssembleRelease or trying to generate a signed release APK via Android Studio both throw error in npx.cmd on bundleReleaseJsAndAssets, bolded in code below.Have tried enabling and...
View ArticleReact-native Axios is working in iOS but not calling in Android
I can't seem to get the following Axios call to work on Android. It's not hitting the server and showing the error : [Error: Network Error]. The same code works on iOS. Do I have to do something...
View ArticleError: Unable to determine the current character, it is not a string, number,...
Whenever I run react-native run-android while keeping the emulator running, I get this error. react-native run-ios wroks completely fine.Error: Command failed: ./gradlew app:installDebug...
View ArticleHow to determine if native apk / JS bundle has to be created for apps with RN...
I have been using code-push in production for more than 2 years.How I implemented?Whenever android folder of my react native app was modified, I assumed there is a native change and my CI/CD tool...
View ArticleReact Native Android Project Failing on Hermes but "enableHermes: false"
I go to build > clean project, then build > build project, "react-native run-android" from root of react native project, metro terminal spins up, I click the green arrow 'run app' button on...
View ArticleReact native Task :app:bundleReleaseJsAndAssets FAILED
I try to generate apk with cmd "gradlew assembleRelease --stacktrace" but it fails & I always get the same error message :> Task :app:bundleReleaseJsAndAssets The filename, directory name, or...
View ArticlePutting buttons over a full screen video in React Native
I am playing a video that takes up the entire screen (full height, and width of the device).I would also like to display a couple of buttons and the videos description (Kind of like TikTok does).What...
View ArticleBranch based deployment in Microsoft Appcenter
I need to deploy apps to app store for each branch. I have DEV, PROD, Staging and UAT environments. Each has a separate branch. What i need to build and deploy each branch to separate app in app...
View ArticleGradle build daemon disappeared unexpectedly in CircleCI
I use react-native on android. Everything was fine until I upgraded to latest version (0.59.4). The build keeps failing with "Gradle build daemon disappeared unexpectedly" error on CircleCI. It works...
View ArticleCould not find any matches for com.wix:detox:+
Trying to run detox on my android device and running into the following error:> Configure project :react-native-firebase react-native-firebase: using React Native prebuilt binary from...
View ArticleExpo Android credentials mismatch
Running from my terminal command expo fetch:android:keystore I get one bunch of data and running same command using Github Actions I get completely different values. Consequently, I can't upload the...
View ArticleAndroid background service with Headless JS is not working
I have implemented so far:MainApplication.java : @Override public void onCreate() { super.onCreate(); SoLoader.init(this, /* native exopackage */ false); initializeFlipper(this); // Remove this line if...
View ArticleNot able to create react native signed apk [closed]
androidDubug Apk is getting generated and working fine build facing this issue while creating signed build.Thanks in advance :)
View ArticleWeb scraping on react native iOS app using recurring background service
How do you get a background service running a web view in iOS using react- native?I need to gather user history from myactivity.google.com on iOS using a React Native app.I am able to do this on...
View ArticleReact Native Network Error when create Release build for android
I upgraded my React native app 0.57 to 0.59. Everything is working fine with the react-native run-android command. But when I create a Release build for android and hitting any API like login API for...
View ArticleCan't get expo to run on android emulator (macOS)
I'm getting into react native and I'm trying hard to get expo running on an android studio device. It's a pixel with API28. My app runs fine on the iOS simulator, but whenever I'm trying to open it on...
View ArticleDatePicker android - changing day from 31 to 1 also change the month (+1)
I'm using react-native-datetimepicker to include a native datepicker in my app.With iOS all works good, but I have some problems with the android version... If I change the day from 31 to 1, also the...
View Article