react-native-fs DocumentDirectoryPath Where is the catalog on the phone?
https://github.com/itinance/react-native-fsimport RNFS from 'react-native-fs';console.log(RNFS.DocumentDirectoryPath);// /data/data/a.a.a/filesRNFS.writeFile( RNFS.DocumentDirectoryPath...
View ArticleIs it possible to transfer parameter's from one react-native application to...
Am trying to pass parameter from one react-native application to another react-native application. I know it is possible & did it well in Android, but just want to know about how it will be done in...
View ArticleSplash screen blur when using react native with expo
When I opened my splash screen on gallery it looks fine, no blur, but why when I add it to my react native expo project it looks like this? can I use svg for my splash?here's code on my...
View ArticleAccessing webrtc audio stream in react-native app
I'm developing a react-native app and it has audio conference rooms functionality.I performed the whole react-native-webrtc setup and achieved some good results. The only big problem i have to tackle...
View ArticleHow to change the style of Urban Airship Push Notification
I am using React Native and PHP and Urban Airship Push notification.Please take a look at these three images.Actual Result:Expected Results:As you can see, I am going to use user avatars instead of the...
View Articlegetting error Task :expo-permissions:compileReleaseKotlin FAILED when i try...
I'm getting BUILD FAILED everytime I try to run ./gradlew bundleRelease to create the apk for my react-native project. I'm not getting any error on emulator or android device. The code compiles and...
View ArticleCannot package APK after adding expo to react-native project
I've been developing a react native app for a while now and I was able to generate APKs using the ./gradlew assembleRelease command. I recently added expo to the project as I replaced the...
View ArticleConvert Lat Long to XYZ Coordinates AR React Viro
I'm working on converting lat long into xyz coordinates of AR using ViroReact. To adjust the real world coordinate system to the compass coordinates, on the iOS side, I use worldAlignment =...
View ArticleReact Native app for android when moved to background shows white screen?
When I move my React native app to background irrespective on which screen I am on, it shows white screen instead of the screen I should be in? I am not talking about the white splash screen.This issue...
View Articlecom.app.MainActivity cannot be cast to com.facebook.react.ReactActivity
Getting this Android error when using a React Native third party library, did some debug and narrow down to the following Kotlin codeclass GModule(private val reactContext: ReactApplicationContext) :...
View ArticleReact native Material drop down get id from json data
I have used react-native-material-dropdown in my react native project. I am getting a data from API.The issue is i am getting name successfully in drop-down but i want a hotelId of that selected name....
View ArticleHow to build Expo APK local
Is it possible to build the APK of an expo app locally?The doc says:If you haven’t used exp before, the first thing you’ll need to do is login with your Expo account using exp login.I tried exp start,...
View Article'react-native-mathjax' not rendering for single backslash
I am using 'react-native-mathjax' to render math equations. 'react-native-mathjax' not able to render for single backslash. When I add double backslash in place of single backslash and four backslashes...
View ArticleReact native Linking.getInitialUrl on Android called always
I've a React-Native app with the following code (here App.js, the app entry point) that manages deep link on Android.Linking.getInitialURL().then((deepLinkUrl) => { if (deepLinkUrl) {...
View ArticleReact native TouchableOpacity onPress not working on Android
TouchabelOpacity works fine on iOS but the onPress method does not work on Android for me. My react-native version: 0.57.4My code:const initDrawer = navigation => (<TouchableOpacity style={{...
View Articleadb server version (40) doesn't match this client (41); killing [duplicate]
Couldn't start project on Android: adb server version (40) doesn't match this client (41); killing...could not read OK from ADB Server* failed to start daemonadb.exe: failed to check server version:...
View ArticleReact native Xiaomi Phone axios not working
we developed an application with react native.I will leave the link of the application below, I do not know if this is prohibited.I pull data with axios, it works on all android devices. But it doesn't...
View ArticleUsing webview payment in IOS
I'm a new developer. I'm using react native expo managed base. I'm going to develop an application that must have payment, my question is that is it possible to use webview to handle payment inside my...
View ArticleIs it possible to emulate esim on AVD?
I've created a simple native module for React Native to see if the phone supports eSim.I've used this instruction Here's the module's code.package com.nativetest;import...
View ArticleChecking whether you can open an external app & opening it with React Native
I have a third party app that apparently has some deep linking protocol (x-mythirdpartyapp://). I don't need to do any deep linking to the contents of it just open it. It also does not react to the...
View Article