{ nativeEvent: { eventCount, target, text} }
onChange={(text) => { setEmail(text); }}
<TextInput onChangeText={newText => setEmail(newText)} />