Tutorial link
$ yarn start
- Use
<View>
instead of<div>
- Wrap all text (includes things in
{}
) in<Text>
- Use
<TouchableOpacity>
instead of<button>
- Use
onPress
instead ofonClick
- Use
<FlatList>
instead of<ol>
- Use
<Button>
from react-native instead of<button>
- Use
style
instead ofclassName