Advertisement
raulghm

U3 Artículo1 SE3

Feb 17th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <CardSection>
  2.           <View>
  3.             <Text>Title</Text>
  4.             <TextInput
  5.               placeholder="title"
  6.               autoCorrect={false}
  7.               value={this.state.title}
  8.               onChangeText={title => this.setState({ title })}
  9.             />
  10.           </View>
  11.         </CardSection>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement