is there a way to select children of the element I am styling in react native? css example of what I am trying to achieve: div > *
When I try to install npm globally, using the command npm install -g expo-cli I am getting an error that says npm install -g expo-cli npm ERR! code ERR_OSSL_U
I am just having an issue with exporting the navigator. I have a Stack navigator where I am nesting also a Drawer navigator and now I want to do the same with T
Our React Native iOS project has been working well with AppCenter build. But when we pushed certain changes, although it still works well locally, the build at
I developed an app using the managed expo workflow, however it's required to use a native apis (in this case WebRTC) and therefore I ran expo eject to switch to
Dependencies i used "dependencies": { "@react-native-async-storage/async-storage": "^1.16.1", "@react-native-community/netinfo": "^8.1.0", "@react-navigation/bo
This is the code for React Native Map using Google Map's API. import React, { useEffect, useState } from 'react'; import { PermissionsAndroid, StyleSheet, View,
const eventClick = (args) => { let StartTime = moment(args?.event?.StartTime, 'HH:mm ') let EndTime = moment(args?.event?.EndTime, 'HH:mm ') if (
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