Top "React-native-ios" questions

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

How to change the text color of text input in react native?

The placeholder of the input is green but I want also make the green text input (when I am typing …

react-native react-native-android react-native-ios native-base
React Native reload page

So I have an app with an activity. The app checks for Internet connection at the beginning. If there are …

react-native react-native-android react-native-ios expo
Getting this error: error: bundling failed: Error: Unable to resolve module `react-native-safe-area-context`

I am getting this error after running my App: error: bundling failed: Error: Unable to resolve module react-native-safe-area-context from node_…

react-native react-native-android react-native-ios react-native-navigation
'event2/event-config.h' file not found

I am trying to build a react-native app in iOS but unfortunately coming across the following issue (referring to libevent/…

react-native react-native-ios
Xcode throws 'atomic_notify_one<unsigned long>' is unavailable

I installed Xcode 12 on my Mac, tried building my react native app that runs perfectly on android, and get 'atomic_…

react-native react-native-ios xcode12beta6
Refresh previous screen on goBack()

I am new to React Native. How can we refresh/reload previous screen when returning to it by calling goBack()? …

react-native react-router react-native-android react-native-ios react-native-navigation
react-native ios Podfile issue with "use_native_modules!"

In my react-native project ([email protected]) in the ios/ dir I run pod install and get this error: [!] Invalid `Podfile` file: …

ios react-native cocoapods react-native-ios
react-native webview loading indicator

I am trying to show loading indicator in webweb as follow. Loading indicator is showing but there is white background …

react-native-ios
How to do an Horizontal ListView, or FlatList in react-native

I'm searching a way to make an horizontal ListView or FlatList In React-native. like the image below: https://i.stack.…

react-native horizontal-scrolling react-native-android react-native-listview react-native-ios
React-native textAlign justify

Android I tried to use the textAlign to make the text justified but it doesn't work. <Text style={{textAlign: …

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