React-Native assembleRelease fails for task ':app:bundleReleaseJsAndAssets'
When I run ./gradlew assembleRelease build is failed with this error:Error:Execution failed for task ':app:bundleReleaseJsAndAssets. > A problem occurred starting process 'command 'node'I searched...
View ArticleReact Native app restarts while on background
I updated my react native app to RN 0.61.2 from RN 0.59 few weeks ago, and a while after that, reading that thread: https://github.com/facebook/react-native/issues/26696 made me upgrade to 0.61.5.Ever...
View ArticleAndroid react-native deep linking and application embedded browser
I have a react-native application which use deep linking for Android.Basically I have a working setup, which means that when im testing on a real device if I go to my website page displaying a link...
View ArticleHow to create an app with the react-native-generator for a locally running...
first I have to say I'm new to api-platform.com.I followed the getting started documentation and downloaded, unziped and started api platform with docker and created my own entities. There were no...
View ArticleAutomatically detect verification code in react native
React Native To automatically Detect Phone number Verification CodeWhich api or library can i use to automatically detect a phone number verification code sent as a message in react native ?
View ArticleReact-Native: "FirebaseError: No Firebase App '[DEFAULT]' has been created -...
I'm building a React Native app, currently trying to implement an authentication registration system through Firebase Auth. I've followed a guide/the docs on the website to setup the Firebase config...
View ArticleHow to make android app available on chromebook (react-native)
I have a react-native android app in the play store. It works on tablet and phone but for some reason it seems unavailable on chromebook. When I go into my playstore account and have a look at...
View Articlereact-native android error Failed to install the app native_modules.gradle'...
running react-native run-android in windows but get this error:error Failed to install the app. Make sure you have the Android development environment set up:...
View ArticleHow to change remote push notification icon for React Native(android)...
I have followed this link for push notification implementation within my app https://github.com/zo0r/react-native-push-notification/tree/a359e5c00954aa324136eaa9808333d6ca246171at present the default...
View ArticleHow do I get onresume event from React-Native?
How do I get onresume event from React-Native? I want to do some check when Android main activity resumed. I check source code of RN, but it seems no event when app resumed.
View ArticleUnexpected reserved type number [closed]
I have problems using the libraryreact-native-wheel-picker.Is there any way to fix itThankserror image
View ArticleHow to setup the react native navigation on android?
I have some issue with WIX react native navigation when I installed them, I'm doing the steps in the documentation correctly but when running the app and Configure the libs and when up to Configure...
View ArticleART library does not work in react native
I try to use ART library in react-native build in android phone, but no matter what I put in Shape aways rendering a black image, like this:My code: import React from 'react'; import { ART, StyleSheet,...
View ArticleBig error(s) during cmd's "react-native run-android" command
Si i've been trying to start learning react-native but i encoutered the following error during the execution of the project:C:\WINDOWS\system32>cd projeto C:\Windows\System32\projeto>react-native...
View ArticleReact Native two drawers on one screen
I have an app that needs to be able to use two drawer navigators, one on the left and on on the right side of the header. I am at the point where I can get both drawers to open with the slide gesture,...
View ArticleSet android alarms in react native
I'm pretty new to react native and I would like to programatically set the android (I don't need this for ios) native alarms (those who can ring even if the phone is off). I already searched but I only...
View ArticleHow to get the marquee effect with Flat list in react native?
I am newbie to react-native. I have to create a marquee effect with list of data. So I have list of brands and those are getting move from left to right. I have to create animation like this. Can...
View ArticleReact Native : Native modules return nothing
I'm new to React Native and I want to call native modules to get some strings from Android . I write the code like this:@ReactMethod public String getToken() { String token = ""; //then take the token...
View ArticleCustom Alert control in react-native
I am developing react-native app and trying to make a custom alert method (like Alert. alert() as given in Official site of react-native). React-native alert has no styling property for Font Size and...
View ArticleReact Native Expo audio player error - Player does not exist
I'm using react native expo audio in my app, I use createAsync to load the audio in the player but sometimes i get Player doesn't exist error and sometimes it works fine. I'm unable to debug the error....
View Article