This is my app.json { "expo": { "name": "add-contact-list", "slug": "add-contact-list", "version": "1.0.0", "assetBundlePatterns": [ "**
I'm having issues getting expo to start. It tries to open dev tools and dev tools will not open and gives me this error: Cannot find module 'C:\Users\charl\Ap
I am new to react-native and firebase authentication also firestore database. Basically here I would like to implement 3 different types of user which is buyer,
I have not been able to figure out what might be the problem on why after selecting an image it takes 1-3 seconds just to show the picture. The array of images
I have a react native messaging app done with Expo. I got notifications to work, but the problem is that each message is a separate notification. I would like
I want to use Firebase Cloud Messaging to send notifications to the users, but I am getting this error when I try to setup messageing: TypeError: undefined is
I am using react-native-image-crop-picker to allow users to crop an image when selecting it. Is it possible to show, during the cropping screen, a view on top o
I am trying to install expo-cli and there appears to be an error related to the node version. Is there a way to install it without installing Node 16? I have e
I had to manually upgrade react-native, because nix react-native upgrade failed. After following the Upgrade Helper for v.0.61.5 -> v0.63.3, ive cleaned my b
I am integrating a razorpay payment gateway in my react native app . whenever I'm trying to open a razorpay checkout UI its first open a pop up with a loader an
I am getting this error while getting starting with react-navigation and doing practicle
Sometimes the react native app in ios destroys the layout as shown in the images below. Reproduction: Put the app in background and do not open for at least a d
I have problem regarding on my AsyncStorage.getItem. I have module which is the login, where I need to set the item inside the storage, after I get the result t
I have a TextInput like in the image, when the text too long, it starts from right to left although I added CSS textAlign: 'left' but it does not work. It happe
I'm trying to implement React Native into an existing Android application. I follow the steps in the official documentation and I have ended with the following
Now I would like to pull down a scrollView and refresh this component, so I have followed the official document mentioning onRefresh and RefreshContorol from r
This is the App.js when I change the home name in the navigator it works well <Drawer.Navigator drawerContent={props => <DrawerContent {...props} /
Hi i'm using detox and i would like to know how can I get the number of matches to one element(length). For example "card" match three times, how can I get the
I’m currently HTML overflowing height: 300 a box, where React Native HTML is used. (this package: https://www.npmjs.com/package/react-native-render-html)
I am building a registration form in React Native. I have this view. When keyboard is showing it is pushing my form and image over my title view like this. Wh