App not installed in react native android
I build a react app using expo but i change it to react-native CLI . Now when I want to install the generated released-unsigned-apk the installation failed. I test this line of codes:react-native...
View ArticleReact native android and ios folder missing [closed]
I want to generate signed apk for android in react-native. I have generated "my-upload-key.keystore" file. On react-native official documentation, they are asking to paste this generated file in...
View ArticleUnable to install signed apk from React Native
After successfully running ./gradlew assembleReleaseBUILD SUCCESSFUL Total time: 15.842 secs This build could be faster, please consider using the Gradle Daemon:...
View Articlealarm in react native?
I'm making a reminder app in react native and i'm at the point where i want an alarm (just normal alarm on the phone) When im search on google for this, I just see that people suggest calendar events...
View ArticleFirebase disconnect after 60 sec on Expo (android)
I'm using Firebase in an Expo project and i need to track when a user goes online/offline, there is a presence system build in firebase Realtime database, unfortunately on android it seems like...
View ArticleReact Native PDF Signature
I’m trying to implement a pdf digital signature component for a react-native app.I am using react-native-pdf for rendering the pdf on the screen and react-native-draggable for dragging the signature on...
View ArticleReact Native gradlew bundleRelease and run-android --variant=release make...
I'm trying to release a React Native (v0.61.5) app on the Google Play Store but the App Bundle format doesn't create the correct APK (tried on a OnePlus 6t, Xiaomi Redmi Note 7 and the Android emulator...
View ArticleKEYSTORE MISSING
Venho obtendo este erro ao tentar rodar react-native run-android. Aparentemante, falta o arquivo projeto123.keystore, porém não faço ideia de como gerar ou onde encontrar.BUILD FAILED in 17s error...
View ArticleNPM 6.13.4 After the update, npm starts and the js node closes immediately,...
After the upgrade, npm starts and closes the node js react native server immediately, what should I do?$ react-native run-android info Running jetifier to migrate libraries to AndroidX. You can disable...
View ArticleAPI call sometimes works and sometimes doesn't?
I am fetching from spotify api and this function used to work perfectly but now all of a sudden, it works sometimes and sometimes doesnt. I don't understand, how do I fix it?
View ArticleStuck when run react-native application
I run react-native application in emulator but when I run npx react-native run-android --no-jetifier, run stuck and do nothing: My emulator:How to fix it?
View Articlehow can i enable proguard in react native
hello i want to shrink my apk file in react native with proguard. after enabling proguard in my bulid.gradle file :def enableProguardInReleaseBuilds = truei got error after run this code:$gradlew...
View ArticleAndroid Build Bug?
I keep getting these build errors when trying to build in Android studio. I am new to React-native though. Can anyone provide any insight? Duplicate class...
View Articlereact native - payment with PayPal
I am researching about the PayPal in React Native.I am using the v2 apis because PayPal v1 is deprecated. When I move to the document of PayPal payment v2, I see the document is a lot different from...
View Articlereact native - payment with PayPal v2/orders
I am implementing PayPal in React Native, following the documentation for PayPal Payments v2 APIHere is the step by step of my checkout:Use https://api.sandbox.paypal.com/v1/oauth2/token to get...
View ArticleDialog.Input has no bottom border in Android when using react-native-dialog
I'm having a problem with the styles of text input in Android. Code is very simple.<Dialog.Container visible={...}> <Dialog.Title>Create watchlist</Dialog.Title>...
View ArticleReact native android Task :app:transformClassesWithMultidexlistForRelease FAILED
I am trying to create an release apk for the app and getting the following error Task:app:transformClassesWithMultidexlistForRelease FAILED Sometimes it shows Expiring Daemon because JVM heap space is...
View ArticleHow to building React Native App using WebRtc
Thank you for your help in advance.I want to make a new WebRtc mobile application for video calling using react native, i checked many articles but not getting exact information how to start. Can any...
View ArticleReact Native build fails giving following error
command->' lerna exec --scope=recruiter -- yarn android ' error-> Starting a Gradle Daemon, 2 stopped Daemons could not be reused, use --status for details FAILURE: Build failed with an...
View Articlereact native project doesn't sync on emulating platform after saving files
I have joined a React Native project recently, and have just installed everything to make compiling and testing possible. But I have one problem that my colleagues don't have - when I try to save...
View Article