Getting started with
Web Developer from Bassano del Grappa
airbnb
skype
tesla
walmart
ubereats
discord
render {
return (
<div>
<h1>Hello world!</h1>
</div>
)
}
render {
return (
<View>
<Text>Hello world!</Text>
</View>
)
}
import React from 'react';
import { Text } from 'react-native';
const NestedText = (props) => (
<Text>
<Text>
{props.title}
</Text>
<Text>
{props.body}
</Text>
</Text>
)
export default NestedText
const styles = StyleSheet.create({
container: {
borderRadius: 4,
borderWidth: 0.5,
borderColor: '#d6d7da',
},
title: {
fontSize: 19,
fontWeight: 'bold',
}
});
<View style={styles.container}>
<Text style={styles.title}>
Hello World!
</Text>
</View>
Button
Text
Toolbar
DatePicker
Modal
Tabs
Image
Lists
Checkbox
Textbox
Camera
Alerts
Device info
Geo
Settings
Vibration
Toaster
Contacts
Sharing
1° option:
2° option:
3° option:
REACT-NATIVE
... oppure CRNA
EXPO (CLIENT O CLI)
EXPO SNACK ?
REACT-NATIVE + ExpoKit
SLIDES.COM/MICHELESTIEVEN/REACT-NATIVE-INTRODUCTION