react-native Task :app:multiDexListDebug FAILED
I have installed react-native-firebase package using yarn. I've setup the code in the build.gradle, settings.gradle as well as the AndroidManifest as well. Added multiDexEnabled as true and also added...
View ArticleSet user agent with WebView with react-native
I want to modify the user agent string in a WebView so that on the server side I can detect that the request has come from my react-native app. I want to do this using the source prop in the...
View Articlethe development server returned response error code: 500 (BlueWallet) [closed]
I'm trying to clone BlueWallet from this github sourceI try to run react native run androiderror message on nodeerror message on Android Emulator
View Articlereact native vector icons won't show in android device
I used react-native-vector-icons in my react native project and start app with npm start.Icons are displaying normally in iOS, but won't show in android.Things I tried:three method in the doc of...
View ArticleCannot read property 'map' of undefined in react native metro builder
I get that problem after the app have successfuly run on my device. I don't understand whats the problem. Here is the error bundling failed: TypeError: Cannot read property 'map' of undefinedat...
View ArticleHow to fully understand React Native "native" codes
As a developer who came to React Native from a web development background (HTML, CSS, Typescript), I have no understanding of files located inside android and ios directories. After a couple of years,...
View Articlereact-native-webview scroll not coming in android
I am using expo and having a expo react-native-webview inside a scrollview, below is the return of component that is returning webview .what i am doing is creating screen in that i want to parse my...
View Articlereact-native-background-timer inconsistently works on Android for recording...
I am using BackgroundTimer from react-native-background-timer in a React native project for Android.I want a user to be able to record audio after a set duration (e.g. record for 5 minutes after 30...
View ArticleDevelopment server returnes response error code: 500 (BlueWallet) [closed]
I'm trying to clone BlueWallet from this github sourceI try to run react native run android
View ArticleBackend framework choices for React Native
I want to develop an android app that is based on server-client system. I want to develop both backend and android client. It's 2020 and there has already many frameworks developed to provide server...
View ArticleRapid API working in postman but not in react-native app
I am using rapid api and it is working fine in postman but not working in react-native app. fetch("https://community-manga-eden.p.rapidapi.com/list/0", {"method": "GET","headers": { Accept:...
View ArticleAndroid app seen different on emulator and real device
I've been developing an android app using React Native & Expo.I was trying to make the app fit a lot of devices and I was using their hardware profiles (screen sizes and resolutions) to check if...
View ArticleWhat are the legalities of having a full screen modal within a mobile app
I want to include a modal so people can give links to one another and open them within my app, but I am not sure if this will violate any copyright laws. These links will likely be news articles. So...
View ArticleHow I can specify the priority on FCM message?
I'm using react-native-firebase to manage notifications on React-native app.I try to handle FCM message on the background when application is off without display the notification.I’m using...
View ArticleNo option of debug JS remotely on Android simulator
I am using android 8.1 simulator to debug my React Native (0.62) app with VS code on Win10. After firing up the app with react-native run-android, Ctrl+m brings up the dev menu:But there is no option...
View ArticleReact-Native-Webrtc duplicate images stream
I'm tring to use https://github.com/react-native-webrtc/react-native-webrtc in my project. I started by using the example in the documentation and the result is that the front cam "appear" but is seems...
View Article--no-daemon flag is being ignored with 'To honour the JVM settings for this...
I'm trying build my react native project for android with CircleCI but getting memory limitations. In their reference to 'Common Android memory issues', it's recommended to run Gradle with --no-daemon...
View Article(React native) How to use SafeAreaView for Android notch devices?
I'm actually developing an app with react native and i'm testing with my one plus 6 and it has a notch. The SafeAreaView is a solution for the iPhone X but for Android, it seems there is no...
View ArticleImage from data raw html can't be show full in react native
i have a problem when i show the image from raw html. I have an image one the image can be show fully and another one the image can't be show full. here's i give the output. in the first image can't be...
View ArticleReact Native internal error
I have been trying to make a simple test app using react native but I am getting this Sometimes the app runs without any error but again after sometime this error pops up so cam someone please help me....
View Article