Whenever i create a new document in sanity using 'createOrReplace'. It successfully creates the document, but however it doesn't show the newly created document
I have the following simple component that used React Native Stylesheet up until now, but right now I'm trying to move onto Styled components. I'm just a bit co
Error is: Invariant Violation: view config getter callback for component 'div' must be a function (received 'undefined'). Make sure to start component names wit
React Navigation 5 I've build a StackNavigator inside of a TabNavigator, and the navigation between home screen and other screens is working. But the problem i
I successfully run the react-native app and emulator also opended. I'm also getting emulator loading message too However After that it crashes and nothi
I want to lock the orientation of my camera screen. <Stack.Screen name="Camera" component={Camera} options={{ headerShown:false,orientation:'landscape'}}/>
I am getting start to study Context API of the React Native. I understand that the Context API is to solve the problem to send a lot of props in the parameters.
inside userlist.js the code looks like const renderItems = ({item}) => { if (item !== undefined) { const user = { image:'https://www.w3school
I'm facing a weird problem. In my react native app I have a return <Tab.Navigator> which contains <Tab.Screen>. The problem shown in the image is no
I am using react native to develop an app. I am currently recording audio files with expo AV and then I am able to send this files to a server. I don't really w
I'm using React Native Track Player in a React Native project and playing an array of music tracks. After ending the audio tracks, I'm getting the following err
I am developing a react-native application which will use firebase authentication, and I have some doubts about how refresh tokens should work. I am using the r
Problem: The height of webview doesn't reduce when I open up the keyborad on IOS I used a KeyboardAvoidingView wrap my Webview like this <KeyboardAvoidingV
I am currently tasked with developing an application that gives the user various information and details about his network connection using React Native. The ma
I create a React Native project the version is 0.62.2 I change eslintrc.js as below module.exports = { parser:'babel-eslint', env: { browser: true,
As you can see below, I've tried many ways of setting the background color to green, all to no avail. The background remains blue like the image. The inactiveC
I need to create a screen Catalog(Categories and Products). I'm using SectionList from React Native in order to achive this. I need to make that Categories comp
I am trying to execute update query but in response getting nothing. const editData = async (no) => { try { db.transaction((tx) => {
I have a react-native app that uses expo. The location permissions work on android, but not on iOS. On a real iPhone (iOS version 14.4.2), it does nothing. On a
I'm getting the same error as this issue However rather than RCTDevLoadingView mine is referring to RNGestureHandlerModule. Similar to the issue linked above, m