Unable to load script from assets index.android.bundle on windows
I'm trying to run my first React Native project for first time on my device (Android 4.2.2).And I get: unable to load script from assets index.android.bundleCommands that I used:cd (project...
View ArticleUnable to load script from assets 'index.android.bundle',Make sure your...
I have made sure that bundler and emulator are running.If I use this commend react-native bundle --platform android --dev false --entry-file index.android.js --bundle-output...
View ArticleLinking to TestFlight from an app using react-natvie [closed]
I want to notify users to update the app and when they click an update button, it opens TestFlight. How can I link to TestFlight? https://beta.itunes.apple.com/v1/app/xxx does not work.
View ArticleReact Native adb reverse ENOENT
I am trying to get React-Native to work with Android V4.2.2 (Genymotion) but I am unable to test the app on the Emulator. When I ran react-native run-android, I get this error Could not run adb...
View ArticleChange TextInput Style on Focus React Native Paper
First of all, I've researched through other posts and find many solutions but nothing work in React Native Paper ?I need change TextInput Style on Focus in React Native Paper
View Articlereact-native netinfo behaving strange in ios
System Environment:OS: Windows 10 OS 64 bit CPU: Intel core i7-9700k @ 3.60GHz Memory: 550.87 MB / 16.00 GBPlatforms:Issue related to both Android and IOSVersions :Android: 9 iOS: 13.1.3...
View ArticleKeyboardDidShow not working when disableFullscreenUI is set to false in...
I have a TextInput in landscape mode with the disableFullscreenUI prop set to false. In this scenario the keyboardDidShow and keyboardDidHide callback is not being called on keyboard visibility change....
View ArticleReact Native | App Crash because of "react-native-google-signin"
React Native | react-native-google-signinAfter i install react-native-google-sigin withnpm i react-native-google-signin It suddenly crash ( force close ) right when the app start, I have already did...
View ArticleNavigating to screens while react native app in background in android
I'm building a react-native app which expected to work a lot in the background.There is a process that the user could go through when the app is either in background or foreground. I've modeled it as...
View ArticleHow to send string in React Native to Native Modules Java? [duplicate]
This question already has an answer here:React Native How to pass data from javascript to java android 1 answerI Have a problem, to send text data (String) into Native Module Java in React Native.If...
View ArticleURL Scheme for Udemy for Business
I want to open 'Udemy for Business' app from my react native app.I tried udemyufb:// and it is working fine in iOS but not in Android.Any solution?
View ArticleBuild failed of react-native project
When i try to build a react-native project this error happens:info Starting JS server... info Building and installing the app on the device (cd android && gradlew.bat ap p:installDebug)......
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 ArticleReact native - When i lock the screen while API call loading, App process...
I am trying to show a large list in react native - Expo. When i lock the screen while data loading via API. App State changed from "Active" to "Inactive". When i return to active state, no data has...
View ArticleDuplicate class com.google.android.gms.gcm.PendingCallback in modules...
When executing react-native run-android I get the following error:> Task :app:checkDebugDuplicateClasses FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task...
View ArticleHow to tell users about new updates?
I have a React Native app with firebase for backend, And now I'm in the last part to release it, But I have a question, after releasing my app I will add some updates or something and I want to ensure...
View ArticleReact Native Android Duplicate file error when generating apk
When I am trying to generate android apk by using ./gradlew installRelease, I get this error in...
View ArticleReact Native | Failed to install the app. Please accept all necessary SDK...
I was trying to start running my react native project. But I'm getting this error while running the react-native run-android command. I tried a bunch of solutions that I found online but neither of...
View ArticleReact Navigation: Swipe on drawer does not work in Android
I have been searching for a solution for a long time, but surprisingly, I think nobody has faced it yet. So I am posting it.I have created a simple Drawer Navigator with React Navigation V3. I have...
View ArticleWhy I should not hard code sizes such as width,height,fontSize,padd,margin...
I thought like if I give width: 10, it will look the same in all devices since it occupied the same amount of area (because in 160dpi, 10dp = 10px, 320dpi 10dp = 20px but occupies same area in an...
View Article