Guest User

Untitled

a guest
Dec 16th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. <View style = {{flex: 1, flexDirection: 'row', alignItems: 'flex-start'} }>
  2. <TextInput
  3. style = {one.inputText1}
  4. placeholder = {" Please input n the first n number here."}
  5. placeholderTextColor = '#66FCF1'
  6. onChangeText = { this.handleChangedText }
  7. keyboardType = 'numeric'
  8. >
  9. </TextInput>
  10.  
  11. <TextInput style = {one.inputText2}
  12. style = {one.inputText2}
  13. placeholder = { "Please input n the second n number here." }
  14. placeholderTextColor = '#EDF5E1'
  15. onChangeText = { this.handleChangedText2 }
  16. keyboardType = 'numeric'
  17. >
  18. </TextInput>
  19. </View>
  20.  
  21. > const one = StyleSheet.create({
Add Comment
Please, Sign In to add comment