React Native - Unable to create text input
You need to initialize TextInput with the rest of the react-native components as follows:
var {
TextInput,
AppRegistry,
StyleSheet,
Text,
View,
} = React;
You need to initialize TextInput with the rest of the react-native components as follows:
var {
TextInput,
AppRegistry,
StyleSheet,
Text,
View,
} = React;