android app fully work in debug but crashes in release [ react native ]
I built the app as android react native. when I was working on debug it worked just fine but now on release build it doesn't and the app crashes on start. I checked the E logcat and the issue seems to...
View ArticleCould not find com.android.tools.build:gradle:3.5
I'm trying to update gradle from 1.3.1 to 3.5, as some of my dependencies requires version 3.3 or above.I've seen similar questions, but none of them help.build.gradle:buildscript { repositories {...
View ArticleReact Native: Emulator stuck on "loading from localhost:8081.."
Screenshot from Android phone running the appI am working on a react-native project and I run it on my android phone via USB debugging and the command "react-native run android". It was working all...
View Articlehow to store/save data in react native
How to store/save data in react native.Like we use shared-preference in android is there any solution for react native.I am new to react-nactive.please add sample example
View ArticleHeadless tasks in React-Native timeout (Android)
I am using headless tasks in RN android but I dont understand one thing, Timeout, does it mean how long I want the background process to work? I would like to work until I call stopService so do I have...
View Articlereact native can't build android apk. gradlew clean and ... commands fail
"@babel/core": "^7.5.5", "@babel/runtime": "^7.5.5", "@react-native-community/eslint-config": "^0.0.5", "babel-jest": "^24.8.0", "eslint": "^6.1.0", "jest": "^24.8.0",...
View ArticleReact native app release build crashed and the debug is work fine
I have created react native app and debug is working fine. But i created a release build, that build successfully and installed to the device and it crashed. Refered...
View Articlereact-native :app:installDebug FAILED
Install APK debug to my device failed.jianglinghuadeMacBook-Pro:hello jianglinghua$ react-native run-android JS server already running. Building and installing the app on the device (cd android...
View ArticleReact native build.gradle showing could not find method signincongfigs for...
Hello I am new to react and was working to build to my application which can run on any application so applied some method but in build.gradle it showing - Could not find method signingConfigs() for...
View ArticleHow solve this issue in react native
$ npx react-native run-android info Running jetifier to migrate libraries to AndroidX. You can disable it using "--no-jetifier" flag. Jetifier found 864 file(s) to forward-jetify. Using 4 workers......
View ArticleCannot add task 'wrapper' as a task with that name already exists
when installing 'react-native init AwesomeProject' I am then met with the above error when running 'react-native run-android'Could not determine java version from '11.0.1'.a quick google suggests I...
View ArticleDuplicate Notification in Firebase (React Native)
I am facing issue of duplicate notification in my react native app with FCMIssue: when app is running but in background i am getting notifications twice in android.but when my app is running in...
View Articleandroid studio emulator keeps closing on start app couldn't find DSO to load
i have this error when i start my app in react native using android studiocouldn't find DSO to load
View ArticleIncorrect App Name: Unfortunately, has stopped
When I run my React-Native Application on Android few times it came with the error:Unfortunately "MyApp" has stopped. The question is not regarding the error. Error is already fixed(after checking...
View ArticleReact Native : Cannot Play Mp3 on Real Device's
im trying to play mp3 from physical device (Real Device). the code working for IOS but on ANDROID it says 'Resource not found : error code -1'I have ask this to the community here (#664)What have you...
View ArticleReact Native without android studio environement on windows 10
i'm new to React Native, so i've followed tutorial; i've created the app from create-react-native-app , putting some functionality and tested with expo and it worked well. But now i'm passing to react...
View Article'error: package does not exist' React Native Android Studio
Beginner to Android Studio here...I've recently coded an application in React Native and compiles fine for iOS.However, when I open the project in Android Studio, I get the following error:error:...
View Article'error Option "--entry-file" is missing' when build react native apk
When I run below command to build react native apkreact-native bundle — platform android — dev false — entry-file index.js — bundle-output android/app/src/main/assets /index.android.bundle —...
View ArticleHow to promise the data before rendering in functional component React Native?
I'm new to React Native and developing an application. I wrote a code in which when user will press the login button then after successful login, through user's UID i'm getting an attribute of that...
View ArticleHow to select bluetooth protocol a react native library?
I have a bluetooth le server running on an embedded linux system listening on RFCOMM port and I can connect to it using apps from playstore that emulate serial terminal. I want to write an app in react...
View Article