P
Решил попробовать себя в мобайл разработке.
Посоветуйте, с чего начать?
Какие есть ресурсы кроме самой документации?
И насколько хороша документация?
Size: a a a
P
A
A
A
AT
render() {
var styles = StyleSheet.create({
container: {
flex: 1,
backgroundColor: '#fff',
alignItems: 'center',
justifyContent: 'center',
},
});
return(
<View style={styles.container}>
<MapView
initialRegion={{
latitude: 37.78825,
longitude: -122.4324,
latitudeDelta: 0.0922,
longitudeDelta: 0.0421,
}}
/>
</View>
);
}
}
<MapView
style={StyleSheet.absoluteFillObject} />
Ш
Ш
F
F
<MapView
style={StyleSheet.absoluteFillObject} />
Ф
GB
GB
GB
Ш
РШ
Ш
РШ
РШ