React NativeでHTMLでいうINPUTタグの実装コードです。
| 1 2 3 | import { FormLabel, FormInput, FormValidationMessage } from 'react-native-elements' <FormInput onChangeText={someFunction}/> | 
FormInputってやつを使います
React NativeでHTMLでいうINPUTタグの実装コードです。
| 1 2 3 | import { FormLabel, FormInput, FormValidationMessage } from 'react-native-elements' <FormInput onChangeText={someFunction}/> | 
FormInputってやつを使います