I am facing an issue where Im trying to post data to my mongoDB from the frontend using React Hooks on React Native. The problem is that Im struggling to get th
I am trying to use react-native-elements with my React-Native app. I have a central js file with theme details which are being injected using ThemeProvider as e
I ran the react-native run-ios command to build my react-native app and it doesn't seem to be building(waited 20 mins). I have not encountered this issue on the
I have been following this tutorial to set-up Remote Push notifications on my react-native application using react-native-firebase Version 5.2.0. After I config
I have implemented a react-native-fingerprint-scanner, it's working for Touch Id. Now I wanted to add authentication for Touch ID, Face Id, Passcode for both p
Warning: React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: undefined.
I am developing React Native App using Expo (not ejected) and Android Studio official AVD. I am on Windows. There is shortcut CTRL-M what opens Expo's (React
I have a project that requires google sign in and I have installed and followed the instruction on the firebase but I keep getting this error (0, _auth.signInW
I get my current pos=sition from Geolocation.getcurrentposition, i have my coordinates now, can i get details against this coordinates without any payment
When I click discountKeyboard,it reported a mistake: Warning: Functions are not valid as a React child. This may happen if you return a Component instead of f
I'm using SafeAreaView from React Native 0.50.1 and it's working pretty good except for the one part. I assigned the orange background color to the SafrAreaVie
I'm trying to figure out with images in React Native <Image source={require('./assets/favicon.png')} /> and Network Images according Docs Static Image R
I developed react native application with rnfirebase and notifee for sending the push notification. foreground is working properly, message is displayed only on
In order to avoid '../../../../' style relative imports in a TypeScript based React Native app, I would like to configure the app so that I can use absolute imp
I have a parent PanResponder with a child TouchableOpacity. What happens is that the TouchableOpacity doesn't respond to clicks because the PanResponder takes t
I'm having an issue when using the bottom tabs, on the iOS emulator I see BorderTop but When I open the application on iOS Device It not appears. Did anyone had
Is it possible to serve an html file from within the node_modules folder? I know how to serve from the assets folder, something like: <WebView ... sourc
I tried to run npx detox build but it gives this logs in the image and i want to know how to determine the problem to fix it see terminal logs
when I use the WebView on expo with an external uri which I’m not the owner (I’m doing an SSO Auth page that uses cookies), if I open on iOS everyth
I have used react-native video for playing audio files, it is working fine on android , but on ios it is not able to fire onLoad and onProgress functions which