Top "React-native-ios" questions

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

React Native - NativeBase components not taking up full width on iOS

In the iOS version of my react native app built with NativeBase, everything is too skinny, unless a specific width …

react-native react-native-android react-native-ios native-base
Image sizes for android and iOS in react-native

While making iOS Apps, we generally used to supply @x,@2x,@3x images. And based on my knowledge in case …

react-native react-native-android react-native-ios
Error: EMFILE: too many open files - React Native CLI

I try to run a react-native-cli project using react-native start, and the metro bundler fails, saying the following: events.js 187 …

react-native react-native-ios
syntax 'nullishCoalescingOperator' isn't currently enabled

when I tried to build my app on ios-simulator it says : bundling failed: SyntaxError: /Users/MyName/MyApp/node_modules/react-native/…

ios react-native syntax-error react-native-ios
Block/Disable tabs in TabNavigator - react-navigation

I have a TabNavigator as shown in the picture. Header Image I am using TabNavigator for creating these tabs as …

react-native react-native-android react-navigation react-native-ios tabnavigator
2 Different Background Colours For ScrollView bounce

I have a ScrollView that has a top section with one background colour and a bottom section with another different …

javascript react-native react-native-ios
Radio buttons are not working in Native-Base

I am using Native-Base. I need to use radio buttons, but they don't work. When you click nothing happens. Here …

react-native react-native-android react-native-ios native-base
React Native FlatList nested inside FlatList with same orientation

I Cant create FlatList nested inside FlatList with same orientation; the result is that the parent is horizontal but the …

react-native react-native-android react-native-ios react-native-flatlist react-native-scrollview
Xcode 12 Problems: "Build input file cannot be found "- Building for release on a react native app

When I try to do an archive build for "any iOS device", I receive this error: Build input file cannot …

react-native react-native-ios xcode12
How do I request multiple permissions at once in react native

I'd like to request permissions on one page instead of waiting for each particular situation. However, I do not want …

react-native permissions react-native-android react-native-ios