Android AppCompat theme issues when upgrading RN version
I am attempting to upgrade my react-native version to 0.59.10. My app crashes upon attempt to debug and I get this error when running adb logcat.E/AndroidRuntime( 9402): Process: com.attendance, PID:...
View ArticleCannot find module '@react-native-community/cli' when trying to run the...
When I run npx react-native run-android, I got this error: Cannot find module '@react-native-community/cli'I run npm list @react-native-community/cli and got the following version information:└─┬...
View ArticleReact-Native TextInput with focus but without keyboard showing
I'm developing an inventory system for my father's company and on of its requisites is to be able to use an external Barcode/QR Code scanner. I've developed everything using the camera as well, but I...
View ArticleHow to make the background color of an app cover the entire screen (using...
I am making a login screen for my app in React Native via snack.expo.io and I am unable to make the background color fill out the entire screen. I tried to make the width and height 100%, but only the...
View ArticleUnable to load script from assets index.android.bundle on windows
I'm trying to run my first React Native project for first time on my device (Android 4.2.2).And I get: unable to load script from assets index.android.bundleCommands that I used:cd (project...
View ArticleCan we get face-id in react native for Android devices?
I was implementing biometrics in my app for authentication. I am using react-native biometrics for it. Every things working good just one stucked. Face-id is not working in Android. I did a lot of...
View ArticleReact-Native Disable Image Cache on Android
i am trying to use a random image generator for a demo app i am creating.i have tried the...
View ArticleReset internal android image cache in React Native
I wanted to consulate about a problem using the image library in React Native:When doing a fetch of the data I get a Json with the urls of the images and they are shown in the screen (the images), if I...
View ArticleWhy GoogleAuthProvider().setCustomParameters in firebase android sdk not exist?
Im curious about why android sdks don't have setCustomParameters. I'm working in a react native app and react in the web and I can handle auth/account-exists-with-different-credential error with...
View Articlerun android task getting error in VSTS task group while building pipeline
I am trying to create a pipeline for react native mobile application. I have created task group with npm custom task and the command is run android. While running pipeline in this task is failing...
View ArticleReact Native auth flow Hide/Show Sections/Components in Ecommerce App Before...
I am building a eCommerce app using react native. I created root navigation stack before and after login but the problem is there are common pages for example: a logged in user can view Home screen...
View Articlefirebase dynamic link with react-navigation
I have followed this document https://rnfirebase.io/docs/v4.1.x/links/android and able to run adb shell am start -W -a android.intent.action.VIEW -d "https://abc123.app.goo.gl" com.myapp.superapp to...
View ArticleHow to make a container / wrapper View Clickable in React
What is the equivalent for linearLayout.setClickable(true);(Android) in React Native below : <View style={{ flexDirection: 'row', }} ><Text>Hello World!<Text /><View /> I would...
View ArticleReact Native build release apk have issue " Process 'command 'npx'' finished...
My project use react native. When I build release apk my app on Android Studio 3.5.2, I sometime have an issue:Process 'command 'npx'' finished with non-zero exit value 1 and here version react-native...
View ArticleHandle deep links with multiple environments for the same app on iOs using...
I have a react-native app with multiple environments. Dev, prod, ... Which means that I have multiple 'copies' of the app installed on the phone App Dev, App Prod. These are under a different bundle...
View ArticleIs there a way to authenticate with fingerprint on android without showing...
I am integrating the fingerprint authentication functionality in react-native, and while I was coding the Android implementation I saw that FingerprintManager forces you to display a dialog when...
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 ArticleBest way to performance test cross-plattform applications?
I want to make a performance comparison for a number of operation between different cross-plattform frameworks, namely React Native, NativeScript and Flutter.At the moment I am looking what the easiest...
View Articlereact-native-autocomplete-input Can only select first option in dropdown on...
On my android phone, I can only select the first choice in the autocomplete list. It works as expected on my iPhone. The list filters as I type but no matter what the first option is after filtering, I...
View ArticleReact Native Firebase - Push data to Array allowing to display in a FlatList
I am new to React Native and struggling a little to get this working. I have realtime database in Firebase which contains 'mechanic' names. I would like to retrieve these names and display them in a...
View Article