Top "React-native-ios" questions

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

Textinput minimum length React native

Is there a way to limit the textinput between a minimum length and maximum length. Suppose I want to limit …

react-native react-native-android react-native-ios react-native-textinput
Disable IOS keyboard suggestions in React Native

I'm trying to set up a comment page in my app and I want to have the comment input field …

ios react-native keyboard react-native-ios
React native vector icon not working on current version 0.60

React native autolink not working for react native vector icons. I fixed this into android with this https://github.com/…

reactjs react-native react-native-ios react-native-vector-icons
React Native: Double back press to Exit App

How to exit application with twice clicking the back button without needing Redux I was looking for a solution to …

react-native react-native-android exit react-native-ios double-click
pod install failed on macOS Big sur

I am pretty new to macOS and recently shift to macOS from windows, I started to working on react-native app …

react-native cocoapods react-native-ios development-environment macos-big-sur
React-Native How to handle onPress from Item in flatlist ???

My FlatList is stateless component, and when item pressed I want to handle onPress by call method "handleOnPress". How can …

reactjs react-native react-native-ios react-native-flatlist
react-native link only for one project (Android or iOS)

I want to link only one of my project (Android or iOS) with the npm package. Is there any way …

react-native react-native-android react-native-ios react-native-linking
React-Native text get's vertically cut off for no reason

I have an interesting bug that is happening to my text. For some reason text is randomly getting cut off …

javascript react-native react-native-ios react-native-flatlist
React Native - React Native Architecture

Does React Native Application Development can be implement with Software Architecture such as MVC, MVP, MVVM? Thank you.

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