Saving a photo taking a very long time
I want users to be able to take photos from within my app and have the photos save to their gallery (so that I can later view them in a photo-picker).I have the following code from react-native-camera,...
View ArticleWindows/React Native can't create ADB Bridge error
I'm trying to run a React Native App on Windows but I'm getting a weird error.What went wrong: Execution failed for task ':app:installDebug'.com.android.builder.testing.api.DeviceException: Could not...
View ArticleReact-Native app is crash in some Android phones
My React-Native app is crashing in some Samsung devices which has OS version 9. It is working fine in all other devices. Application's React-Native version is 0.57.5. Here I am uploading a screenshots....
View ArticleReact-Native app is crashing in some Android phones
My React-Native app is crashing in some Samsung devices which has OS version 9. It is working fine in all other devices. Application's React-Native version is 0.57.5. Here I am uploading a screenshots....
View ArticleHow to create an Android swipe view using React Native?
I'm interested in creating an Android swipe view control that looks like this in my React Native app:Are there mature libraries/APIs out there that will help me do this in React Native, or would I have...
View ArticleAppstate keep on getting change in React native in Android
I am working on React native project and there I am taking location permissions. Also I have to track location permissions always like if user has given permission access after install the application...
View Articleswiper stope. It's not moving
I use react-native-swiper in my home screen, fist time I installed it basically: npm i --save react-native-swiper then I got an error with viewpagerandroid and the new version of RN: 0.61.2. I got that...
View Articlereact-native run-android fails with error
i'm getting the following errors in my console.FAILURE: Build completed with 2 failures.1: Task failed with an exception.What went wrong: Execution failed for task...
View ArticleChange package name for Android in React Native
I used react-native init MyApp to initialise a new React Native app. This created among others an Android project with the package com.myapp.What's the best way to change this package name, for example...
View ArticleAccessing multiple schema to add data on properties
I am trying to add array data on realm objects, but whenever I try to add data my app crashes without giving any error. I am using fetched data and passing one by one item to each object which has been...
View Articlebasic react native app not showing any text only white screen with app name...
i am trying to run simple react native app. just text 'Hello World!', it's supposed to be my first app in react native. below is my simple app.js file /** * Sample React Native App *...
View Articlereact-native yarn android cannot build
error Failed to install the app. Make sure you have the Android development environment set up: https://facebook.github.io/react-native/docs/getting-started.html#android-development-environment. Run...
View ArticleError: resource style/Theme.AppCompat.Light.NoActionBar not found
I was working on an android app some time ago. I had to pause development for it for a while and when I tried to resume work, I found an error I didn't have before.I have tried multiple things. First I...
View ArticleReact Native Android App crashing with "E/AndroidRuntime: FATAL EXCEPTION:...
Crash my app after install and config react-native-maps and @react-native-firebase/app in existing projects.Environment infoOS: Windows 10 CPU: (4) x64 Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz Memory:...
View ArticleBottom tab bar moves up when keyboard opens in React Native
Without changing the android:windowSoftInputMode="adjustResize" to adjustPan i want to stop the bottom tab bar resizing.<KeyboardAvoidingView> also not working as expected.can anyone give...
View ArticleCan't add tflite model to React Native project
I have created a React Native project using Expo and have a fully functional converted tflite model from keras. I am trying to use the react-native-tensorflow-lite package API to recognize my model a...
View ArticleAppCenter's responsibility
I'm trying to figure out the CI portion that provided by AppCenter. I've implemented CodePush for my app and please correct me if my understanding is wrong.We build the native android app and generate...
View ArticleFetch request displaying response on iOS but not working with android
I am trying to send a response from a fetch request using React-Native for client-side and Node/Express for the server. Unfortunately, the value is only displayed with iOS emulator and not with...
View ArticleAndroid BiometricPrompt DeviceCredentialHandler: onCreate: Executor and/or...
It looks like BiometricPrompt 1.0.0 has a bug where it stays in invisible state throwing that exceptionill suggest a workaround in the answer
View Articlegetting variable from native module in sub class
I have LibModule.java set as native module in reactnative..... class LibModule extends ReactContextBaseJavaModule { boolean readingMyKad = false; .... public void read_mykad_main() { clear_results();...
View Article