React Native - Build successful on android but app crash
When I build (> react-native run-android) with my dependencies the build is successful !However, when the app is launch it crash immediately ...How don't know how is it possible, there is no error,...
View ArticleChange React Native App Name Based On Mobile Language Direction
Is it possible to change app name before installation of APK based on target mobile language direction ? For example if the app name is Hello in ltr language phone , now if phone language is Persian...
View Articlehow do I upload Big files to Google Drive from React Native
I've been using the Google drive wrapper https://github.com/RobinBobin/react-native-google-drive-api-wrapper, and I was able to upload small files in base64, but the bigger files are causing the...
View ArticleHow to create link to camera react native
I found camera API in react-native: react-native-cameraThis API allows having a camera inside of Components. But I don't like this, because by default it hasn't what has a camera app of the device. I...
View ArticleReact-native app closes immediately after launching in android emulator
After the upgrading to latest react-native version when i launch my app in android emulator it closes immediately without any error or logs but works in smartphone, when i downgrade the react-native...
View ArticleSyntaxError: JSON Parse error: Unrecognized token '
I'm trying to send a fetch request using post to an api, I'm doing a search using a keyword and it should return a JSON containing users, whenever I try this on Android using expo it doesn't work...
View ArticleAndroid App Production Methods by React Native
Introducing Android App Production Methods by React Native without installing or using Android Studio.
View ArticleReact native firebase - clear "ongoing" notification if app is cleared/killed
I am using react-native-firebase to show notifications in my application. I am showing a notification with property "ongoing" for some activity in my application as given below:new...
View ArticleGetting the upload key used when app was built using 'expo ba' while in...
My app was previously built while in the expo managed workflow. I did this using expo ba. Because android apps require that you release your app before you can add in-app-purchases, I uploaded this apk...
View ArticlePublishing a bare-workflow expo React-Native app to the Google Playstore...
My app was previously built while in the expo managed workflow. I did this using expo ba. Because android apps require that you release your app before you can add in-app-purchases, I uploaded this apk...
View ArticleADB can't connect to Nox
i have a problem which i trying to solve for about 3 days and i can't find any working solution. The problem is i can't connect my nox player to adb when i trying to connect with localhost and port...
View ArticleHow to get current route name in react-navigation?
I want the name of the current route or screen in react-navigation which I want to use inside if condition to make some changes.
View ArticleHow to solver the error : " Execution failed for task...
So I was running a react native project in windows and then I encountered this error can anyone help why I am getting so much duplicate errors.
View ArticleView moves out of the screen when Text Input is focused used on Bottom Sheet...
I'm using the library - https://github.com/osdnk/react-native-reanimated-bottom-sheetI'm using a TextInput on this bottom sheet. And now when the Text Input is focused or typed in, the bottom sheet...
View ArticleHow to make my react-native android app appear in the share list of another...
Here, I am adding the image for more clarification of my problem statement.
View ArticleCant run RN app on real android device. MacOS
I am trying to test react native app on mobile device but I have error after launching npx react-native run-android.Here is the error."Install Android SDK Build-Tools 28.0.3 (revision: 28.0.3)"...
View ArticleValue cannot be cast from ReadableNativeMap to double
I have a custom marker image and want to use a variable for the opacity of the image. I doing the following and gettin this error "Value for opacity cannot be cast from ReadableNativeMap to double"var...
View ArticleCrashing on loading Home page component react native
I have created an app using react native cli, when ever trying to access the home page component the app get crashes. Other pages like splash, login, register components are loading perfectly. But...
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 ArticlegetExpoPushTokenAsync not responding on Android testing device
i know there have been a few similar post regarding “standalone” devices out there, but this is about a (still) testing device in connection with the Expo XDE.In short:I am trying to get the Push...
View Article