Error occuring after installing react native paper "Expo Developer Tools is...
Error: ""Expo Developer Tools is disconnected from Expo CLI. Use the expo start command to start the CLI again.""I'm new to react native. In my very first project (learning from udemy), I was running...
View ArticleI need header sticky without using library in react native [closed]
I need a header sticky without using any plugin in react native. it's possible I am using this way<SafeAreaView style={styles.container}> <ScrollView style={styles.scrollView}...
View ArticleHow to get the cursor position in TextInput and the content after the cursor...
I want to write a component which can edit an article for words input and insert images. I use TextInput for words input. If I want to insert an image in the middle of the text, I will generate an...
View ArticleNot getting any data in DebugView, although data is delivered to Firebase...
I have an app written in react-native and which uses Firebase Analytics for tracking.It seems that data is tracked in production, but when I try doing adjustments in tracking, I want to use the...
View Articledoes sqlite library ( react-native-sqlite-storage ) in react native provides...
I want to use SQL lite library in react native. I am confused whether it provides Room Library of android.Can any one explain?
View Articleconnect vpn programmatically react native for android ios
I am new to react native, I want to make a VPN client app for Android and IOS. VPN protocol should be IPSec or IKEv2 or any other. I have tried these:1. OpenVPNnode-openvpn and openvpn-bin but no...
View ArticleNewbie developing Android app in React-Native: blank white screen on wrong...
I'm relatively comfortable with React but just getting my feet wet with React-Native. So this is probably something really dumb.First, when I run react-native run-android, my app ignores the Emulator I...
View ArticleReact Native (with expo) fetch with FormData Network error on Android only
When i try to do a fetch API call in POST with React native (expo SDK 37) using fetch and FormData, everything works perfectly on IOS but it makes a Network error on Android: [TypeError: Network...
View ArticleReact Native, TouchableOpacity wrapping floating button get nothing
I'm creating a simple action button (floating button)This is working :<View style={{ width: this.props.size, height: this.props.size, borderRadius: this.props.size / 2, backgroundColor: '#ee6e73',...
View ArticleUnable to load script. Make sure you're either running a metro server or that...
Hello have you experienced this error after generate an apk with command ./gradlew assembleDebug ??I just see this error after download the apk on my android phone..."react-native": "~0.61.5",
View ArticleDetox - Android / iOS - Cannot run the same test on android
I had been trying to find information about this error that I will post below, I did all the configurations and made research, I am using the latest version of everything.But since I am new to Detox, I...
View ArticleAdmob banner ad displaying white, expo on Android
I can't seem to get Admob banners to display anything except a white box. I can confirm that the adUnitID is correct and the ad unit is enabled. My app.json android part:"android": {"config":...
View ArticleProblem about send latitude and longtitude from geolocation to...
Greeting everyone.I had problem about send a coordinate to firestore in react-native.I can send a datetime to firestore but the coordinate didn't send from Geolocation to firebase add collection...
View ArticleHow do I fix "emulator: ERROR: No AVD specified. Use '@foo' or '-avd foo' to...
So I currently have one AVD that I created with android studio for the Pixel 2 and I decided to create another one for the Pixel 3, which I named "react". After I tried opening "react" with the...
View ArticleScrollView rounded corners
I made a custom Image swiper withe ScrollView in React Native, but it looks bad when images with rounded corners move. Is there any way to round the corners of the ScrollView?Those are my ScrollView...
View ArticleI click on input and open keypad so header move even I using navigation header
I also try scrollview element but I didn't get any solution I want to header sticky on top.I am using this code <View style={styles.test}><Stack.Navigator><Stack.Screen name="Home"...
View ArticleVictory Native: Unable to properly zoom out using Zoom Container. Using android
The performance of zoom out(two fingers pan in) particularly is very poor.Kindly let me know if there are some optimisations needed or workaround.Also, what are some recommended charting libraries...
View ArticleHow to get overflow visible working on Android with React Native V0.61 and Expo
I'm using React Native 0.61 with Expo SDK 37 which should support overflow visible as stated in the docs (https://reactnative.dev/docs/image-style-props#overflow). Nevertheless I can't get this to work...
View ArticleUnable to update state in react native component using onChangeText
I have been trying to update the email and password value on submitting the formso that I can pass them in my login API parameters. But I have tried almost everything, the value of this.state won't...
View Article./gradlew assembleRelease not working React-native project
I'm trying to build my react-native project usingcd android && ./gradlew assembleReleaseI'm getting following errorThen i tried following commandgradlew assembleRelease -x...
View Article