Failed to launch emulator. Reason: Emulator exited before boot en React...
I am installing Reac Native according to this website https://medium.com/@leonardobrunolima/react-native-tips-setting-up-your-development-environment-for-windows-d326635604ea, its very useful until I...
View ArticleReact Native gradle executionHistory.bin too big
I've recently upgraded my react-native app to version 0.60.5, as to fulfil App Store requirement of 64-bit app, but I've noticed that the executionHistory.bin file inside...
View ArticleReact Native Deep Linking
I have the following block running on compontentDidMount to detect incoming deep links from a web browser. // Search for deep links if (Platform.OS === 'android') { Linking.getInitialURL().then((url)...
View ArticleHow to Force React Native app to be just RTL?
I have an app is written in react native and all things in the app use "Arabic Language and layout"So I want to force the app to be RTL & Layout too, so I use I18nManager from RN to do it and it's...
View ArticleReact-Native :java.lang.UnsatisfiedLinkError: couldn't find DSO to load:...
I have just updated my project to use react-native version 0.60.2 . But when I am trying to run an application on Android device it gets crashed after launch screen. I got the following error logs :...
View ArticleHow do I add these dependencies?
I am very new to React Native. I am trying to install react-native-router-flux on my project following this websitehttps://github.com/aksonov/react-native-router-fluxOne of the steps refers to users...
View Articlereact-native cross platform work on Android | Ios and web?
i know that react-native allows to code in android and ios at the same time , but does it allow to code the web version ?Exemple: My application on android and ios is : test123My application on a...
View ArticleTesting android.emu.release in travis (Detox): -read-only error
I'm trying to set up travis CI for my application with Detox as the test suite. I'm close to achieving the final setup, but I'm currently stuck on the following error which occurs during the final step...
View ArticleHow can I use the image uploaded using ImagePicker in expo as it saves in...
When we use ImagePicker , it stores data in the cache directory which can't be relied upon. I want to use the uploaded image at several places in my app but when I use the uri , It doesn't changes.
View ArticleReact Native - Navigate from screen with status bar to full screen
I have 2 screens in my app, one with status bar and one without status bar. 1st screen is full screen(without status bar) which contains button to navigate to 2nd screen which is with status bar. 1st...
View ArticleReact native(android) assembleRelease gets bundle assembling error
{ "version": "0.0.1", "private": true, "scripts": { "android": "react-native run-android", "start": "node node_modules/react-native/local-cli/cli.js start", "load-script": "react-native bundle...
View ArticleEverytime I install react-navigation my project stops working
I'm trying to use react-navigation with my react-native project. The project will work up until I install react-navigation. After I install it when I try to run my app using a virtual device I keep...
View ArticleReact Native: JAVA_HOME is not set and no 'java' command could be found in...
I've followed step by step the official Getting Started. I started from a clean linux install and installed everything required as per the "Building Projects with Native Code" tab. I have also read the...
View ArticleAndroid Studio complains duplicate class
I'm trying to generate an apk file but android studio is showing me the following error:Duplicate class com.google.android.gms.ads.identifier.AdvertisingIdClient found in modules classes.jar...
View ArticleGet device screen height in React Native when Full Screen Gesture feature is...
I need to get the real screen height of devices that have enabled the Full Screen Gesture feature and have a notch.The thing is that both of this device features can be modified by users, I mean...
View ArticleFace Manipulation with react native
We need to integrate a feature in our app that would detect the face of the user and apply makeup on their face. For ex. We have a particular shade of lipstick that a customer could apply on their lips...
View ArticleReact Native & Android?
I'm contemplating on using React Native for a new web app. Is it possible to ship both iOS and Android apps using it?I know that it's on the roadmap, but it's unclear to me whether it's going to be a...
View ArticleUnable to connect with remote debugger
I'm using React.JS and when I do react-native run-android (with my device plugged in) I see a blank page. When I shake the device and select Debug JS Remotely from the option list I see the following...
View ArticleSocketTimeOutException with Expo
I tried to test my first app on my Android phone, but after scanning, I receive the following error message:" Uncaught error: java.error.sockettimeoutexception: failed to connect to 192.xxx.x.xx (port...
View Articleuse ExoPlayer in React Native
Hi I'm using react native, so I needed exoplayer to show subtitle on it in android.... I added exoplayer inside my app, after that should I do something to use exoplayer as default or it will link to...
View Article