Top "React-native-ios" questions

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

How to play vimeo videos in React Native?

I have a requirement to play Vimeo videos in my react native app. I am using webview to play videos, …

react-native webview react-native-ios vimeo-player
React Native Ios Error - ENOENT: no such file or directory, uv_cwd (null))

I get this error when running a new react native project. There is no error with the default starter code, …

node.js reactjs react-native react-native-ios
ios keyboard covers the input which is located in the bottom of the screen

ios keyboard covers the input which is located at the bottom of the screen. How can this trouble be solved? …

react-native react-native-android react-native-ios native-base
Force focus ReactNative TextInput

I'm having trouble force focussing a react native TextInput field. It's focused when the page loads with autofocus={true}. But …

react-native react-native-android react-native-ios react-native-textinput
React Native app opens and closes quickly after installation on ios simulator

I've been developing an App using React Native and when I switched to a Mac environment to set up the …

react-native react-native-ios
ScrollView child layout must be applied through the contentContainerStyle prop

I am using react native swiper. and this error was shown I don't know why. How can it be solved? …

javascript reactjs react-native react-native-android react-native-ios
Execution failed for task ':app:compileDebugJavaWithJavac':

When I try $ react-native run-android on android emulator, I get this error: :app:compileDebugJavaWithJavac /home/user/app/android/app/src/…

android react-native react-native-android react-native-ios
How can get cookie which is set in webview in react-native?

I am trying to retrieve user entered zipcode which is added to the cookie in the webview. How do I …

react-native react-native-ios react-native-webview react-native-cookies
How to hide or remove shadow or bottomBorder in react-native IOS

I am using react-native-router-flux v4.0 library for showing navigation bar in react-native. Here I created a custom navigation bar. Here …

react-native react-native-ios react-native-router-flux
React Native iOS: Could not build module 'yoga': 'algorithm' file not found

I'm trying to integrate React Native into an existing Swift iOS application using this integration guide: https://facebook.github.io/…

ios react-native react-native-ios