write ECONNRESET error during expo build:android
I'm pretty new to react-native and expo and I'm trying to get a standalone app to publish on the play store. When I run the command expo build:android I get an error saying "write ECONNRESET" and it...
View ArticleObfuscate entire React Native app including JavaScript code
How to obfuscate my react-native JS code? I have set the following in my build.gradle file:release { minifyEnabled true proguardFiles getDefaultProguardFile("proguard-android.txt"),...
View ArticleReact-Native resets my app when it is in background
I'm developing a Pomodoro Timer in React-Native.In foreground:the user interface tracks the remaining time by subtracting the arrival date minus the current date.In addition, it tracks completed...
View ArticleExpo - Network Response Time Out Error (create-react-native-app) (Windows 10)
I have the exact same problem as here: Network Response Time Out Error (create-react-native-app) (expo). Every time I try to scan the QR code from my phone on LAN, I get the network response timeout...
View ArticleAndroid - Task :app:mergeDexRelease FAILED
please consider that I'm not very familiar with Android development.Trying to generate the Android signed bundle for my React Native app, I've stumbled upon the following error:Task...
View ArticleReact-Native with Expo - Avoid the strange behavior of the keyboard on Android
I wrote the code at this link for create a login/signup page in react-native using expo cli. But, how can you see (if you try the demo) when the user click on the TextInput the kayboard is opened and...
View ArticleReact-Native run-android app crashes immediately
I am pretty new to react native and try to run an app with react-native run-android so without expo. The app installs successfully but it crashes immediately without errors.I've created the app with...
View ArticleRealm.objects() in react-native app return empty objects
I'm creating a db in realm, but when i want to consult the data with Realm.objects() return empty objects, like this: {"0":{},"1":{},"2":{}...etc}, my code is the next:import Realm from "realm";const...
View Articlereact-native run-android command failed, but gradlew installDebug work
I'm using react-native 0.43.3 on OSX.I tried to running app on Android and get messagereact-native run-androidScanning 568 folders for symlinks in...
View ArticleReact-native : set badge number (app icon badge) in android device when...
In my react-native app, on receiving firebase notification I want to set a badge number in app icon. For IOS firebase badge parameter is working for me. How can I implement the same in android? anyone...
View ArticleReact-native app closes immediately after launching in android emulator [closed]
After the migrating to new react-native version in package.json when i launch my app in android emulator it closes immediately without any error or logs but works when launched in smartphone, when i...
View Articlei want to store data that we get from api in asyncstorage in react native...
I m getting undefined error when i m trying to store this.state.token state in obj variable
View ArticleInput react native - press in crashes application
When press input text to 3 seconds, show the message "Application name is stopped", how to correct this?...........................................................................................my...
View ArticleReact Native Android: Bouncing Scroll View
I know the regular scrollview on Android doesn't bounce, but I want this functionality. I am trying to use the package SpringScrollView, but when I replace my <ScrollView> components with...
View ArticleReact native 0.61.5 Crashlytics missing libhermes.so: SoLoader.java...
I am building a React-Native application, everything worked fine until I decided to upgrade from version 0.59.x to v 0.61.5.When I try to release my app in the play store, I've got a lot of crashes...
View ArticleExpo background location updates not working as expected
I wish to integrate periodic location updates and then hopefully send then to my API. I have the following Expo snack with the code sample:Location.startLocationUpdatesAsync(BG_TRACKING, { accuracy:...
View ArticleGo or Python , What should i use as backend for my (react native) app? [closed]
i've been juggling with an app idea and being clueless of how to build it.a little about the app:social network type app , users can create different directories, in those directories post images...
View ArticleIntent filters does not work with activity-alias
Android Manifest File:<activity android:name=".MainActivity" android:label="@string/app_name" android:configChanges="keyboard|keyboardHidden|orientation|screenSize"...
View ArticleReact native gradlew assembleRelease build failed. Execution failed for task...
I'm encountering with this error, when run ./gradlew assembleRelease. I've tinkering about in some hours. Help pls. It was once builded successfully but, after my attempts of clearing something and...
View ArticleHow can I show the suggestion bar over the keyboard
I need to show the suggestion bar over the keyboard, while I am typing there must be some word suggestions & on tap of suggested words those must be updated in TextInput field.In React-Native for...
View Article