I got an app with flatlist ,I added to the app TouchableOpacity that covers the whole screen, works great when I click on item area but doesn't work when I clic
I'm using this screen to navigate between two screens by using the onAuthStateChanged but still every time It refresh the app it logs out even though I'm not lo
Basically, I need to hit search API when the text changed but it's not a good thing to call API on every change in TextInput. So, is there any callback function
Hi I am trying to Include the function below into my existing code so that after the users are filter based on matching city they will be filtered by the most m
To see the drawer structure on every screen and I want to see the homepage and choose page in the tabs navigation section. For this, I set up a structure like t
I am using React Native with bottom tabs doing switches between native-stack tab screens. For the most part it is okay, but the tab switch is a bit jarring and
What is the current preferred package for saving files from an Expo app? I've come across expo-file-system react-native-fs, and Async Storage but don't understa
I have react-native project and I am using react-native-navigation, now I want to give support for web, is react-native-navigation work on react native web?
if(userLoggedin) { console.log(userLoggedin); navigation.replace('DrawerNavigationRoutes'); return ( <View> <Text> hello </Text> <
I was adding drawer navigation to my application and everything worked fine. But 4 days after I started receiving following error. error: Error: Unable to resol
I created custom TextInput for final-form in React-Native. And I need to specify type for FieldRenderProps. And I have an error: TS2769: No overload matches thi
Every time I press the favorites button it gives me an error. TypeError: undefined is not an object (evaluating 'state.favoriteBooks.findIndex') This error oc
I am trying to create a WebView that accesses the camera while the session. In Android - the WebView can't find the camera and throw an error. In IOS - the WebV
I am working on react-native app, i couldn't able to connect firebase with react-native. @firebase/firestore: Firestore (8.6.3): Could not reach Cloud Firestor
I am using react-native-google-drive-api-wrapper This wrapper facilitates the use of the google drive api.. import GDrive from "react-native-google-drive-api-wr
I have a text component which is contained within a parent of a set width alongside a small black box to its right. My question is why does the text elipsise on
Error message: TypeError: _native.default.div is not a function. (In '_native.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteralLoose
I have implemented tensor-flow camera functionalities for pose detection on a website and then hosted it on netlify. Link: https://uactivsite-mobile.netlify.app
When I set drawerPosition: 'right' it behaves strangely. For the drawerPosition: left, it works as expected. The blue panel on the screenshot is the drawer that
I am developing a RN app in Expo with firebase as backend. So far, the app only uses firebase auth and firestore and for whatever reason, I randomly started get