Top "React-native-ios" questions

React-native-ios: refers everything related to react-native ios development.

Why does command 'react-native run-ios' build fail after upgrade to 0.63.3?

I just updated to RN v0.63.3. I was having issues with react-native run-ios on previous react-native version after changing the …

ios react-native react-native-ios react-native-cli
In react native how to reuse functions?

I need access functions from another page in react native . Example : validateEmail = (email) => { // ---- Code ---- } I need access …

react-native react-native-android react-native-ios
React-Native: How to make image array

I have a screen on which I want to have 4 images. How can I make it so that when I …

react-native reactive-programming react-native-ios react-android react-native-image
React Native ScrollView is cut off from the bottom in iOS

I've just encountered a weird issue that I didn't know why it was happening. For some reason, I can't scroll …

javascript react-native react-native-ios
Inavlid react Native permission ios.PERMISSION.CAMERA

I am using react-native-qr-code-scanner to add QR scanner functionality in my app. I followed all the instaruction ther & everything …

react-native react-native-ios react-native-permissions
React Native - Hide and Show Component on Button Click with Animation

Friend I have issue to hide and show at runtime when user click on the button the the component (View) …

reactjs react-native react-native-android react-native-ios react-animated
React Native endless stream of Socket SO_ERROR

I'm working on an existing React Native project and in XCode log output I get an endless stream of the …

xcode react-native react-native-ios
React Native - Can't place icon on top of image

I'm trying to place an icon over an image, but all it's doing is pushing the image down the page. …

reactjs react-native react-native-ios react-native-image
DeviceInfo native module is not installed correctly

So I tried implementing Facebook Login and followed all the steps accordingly. After having errors with FBSDKcorekit/FBSDKcorekit.h' file …

facebook react-native react-native-ios
Requiring unknown module "11" error on iOS simulator

When I run the react native project with react-native run-ios.It shows the following error on my iOS simulator.On …

react-native react-native-ios react-native-navigation