January 2019
Intermediate to advanced
592 pages
14h 30m
English
import React from 'react';
import {
Dimensions,
StyleSheet,
Text,
View
} from 'react-native';
export default class App extends React.Component {
}
const styles = StyleSheet.create({
container: {
flex: 1,
justifyContent: 'center',
alignItems: 'center',
backgroundColor: '#fff'
},
text: {
fontSize: 40,
}
});
Read now
Unlock full access