Top "React-native-ios" questions

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

Trying to add mailto - react native

Mailto appears to not be working. All that happens is that the icon appears to be pressed, but no action …

react-native mailto react-native-ios
Header for DrawerNavigation with react-navigation

I'm on ReactNative and i'm using native-base and react-navigation npm. I got this and my question is how I can …

javascript react-native navigation-drawer react-native-android react-native-ios
FBSDKCoreKit/FBSDKCoreKit.h file not found error react-native ios

Try to install Facebook SDK to react natiove IOS. I have FBSDKCoreKit/FBSDKCoreKit.h file not found error and spent …

react-native facebook-sdk-4.0 react-native-ios
React Native Build Error on IOS - typedef redefinition with different types ('uint8_t' (aka 'unsigned char') vs 'enum clockid_t')

After upgrading React Native from 0.61.5 to 0.63.2, Flipper causes an error on IOS as typedef redefinition with different types ('uint8_t' (…

react-native react-native-ios flipper
React Native Open settings through Linking.openURL in IOS

I want to open ios setting app from my app. the settings destination is [ settings => notification => myapp ]. to …

react-native react-native-ios
Best file picker for react native

I've tried react-native-file-picker, react-native-file-chooser, react-native-document-chooser etc, but none of them are working properly. Can anyone suggest me a good functional …

react-native react-native-android react-native-ios
React Native Flatlist renderItem

Working with React Native, having some issues with the FlatList component. This is my FlatList <FlatList data={this.state._…

react-native react-native-ios react-native-flatlist
React' findNodeHandle method stopped working

After upgrade to 0.26.0-rc version, this line: React.findNodeHandle(this.refs.myRef) Throws this error message: Unhandled JS Exception: _react2.…

javascript react-native ecmascript-6 react-native-android react-native-ios
How do I retrieve iOS Status Bar height in React-Native app?

For Android I know I can use StatusBar.currentHeight but I'm not sure how to do so for iOS. The …

ios react-native react-native-ios
Set contentInset and contentOffset in React Native's ScrollView

I am trying to make my content start 100 px from the top in React Native. I have tried with const …

javascript ios react-native react-native-android react-native-ios