I have been getting the: "VirtualizedList: missing keys for items, make sure to specify a key property on an item or provide a custom keyExtractor" pretty c
I use two fetch functions, one to log in another get data from my API. login works fine but the second fetch throws an error in ios. it works fine on android
I'm trying to run my project with the npm run android command and it throws this error for me: info Running jetifier to migrate libraries to AndroidX. You can d
I have a TextInput inside a Modal with autoFocus={true}. As soon as Modal is opened TextInput is focused automatically but keyboard is not opening automatically
I am getting this when I am trying to run app on ios simulator. can any one guide me what is reason/solution for this issue. The following build commands failed
I am using React Native 0.62 with react-native-video. I need to add a video player with full screen option. The requirements specifically needs custom controls
I try to use some variables inside my StyleSheet file. The UI is working fine. But the type is error. Any idea how to solve this? type buttonStyle = (height: nu
In simple, how does one log out with LoginManager provided by react-native-fbsdk? If we look the code inside that LoginManager provided by react-native-fbsdk,
New to React Native: I started a brand new project with Expo init and then I followed the instructions mentioned inhttps://reactnavigation.org/docs/hello-react
After integrating RN into an existing Android project, I get the following error: Error: Package name not found in /home/.../AndroidManifest.xml at Object.pr
I got stuck here , I am using the third library : yarn add 'react-native-reanimated' And I am tried to make a tinder clone swiping cards as below: In my case ,
I have create common class for TextInput and use it multiple time but its event handle with same method. i want to handle array data after filled the data in te
As of now, I am using React native modal right now. My modal contains some lightweight animation inside it. Now some questions are poking for a while. Should I
As seen in the above image, after successfully building for android, the standalone app is installed on the device but when opened, before showing the Splash s
When I type View, I expect VS Code to automatically import { View } from 'react-native'; but what is does is import { View } from 'react-native-web';. The probl
My code in App.js import * as React from 'react' import { View } from 'react-native' import { FontAwesomeIcon } from '@fortawesome/react-native-fontawesome' im
When I try to run my E2E test using Detox on my expo project, I got an unknown issue. I have a Input component (@ui-ketten/component) and it's testId is SignUpE
I am new to using code-push for react native app, Everything works okay however I want to hide the Ignore button in the dialog. I dont want the user to ignore a
I have a couple of Views that render an entire page and I want to switch between them. I could use a screen for each view and navigate between screens but that
I am new to mobile app development with react-native and expo. I'm trying to add authentication/authorization in my mobile app with Azure AD B2C but I find it m