January 2019
Intermediate to advanced
592 pages
14h 30m
English
import React from 'react';
import { Text, View, StyleSheet } from 'react-native';
import { Font } from 'expo';
export default class App extends React.Component {
render() {
return (
<View style={styles.container}>
<Text style={styles.josefinSans}>
Hello, Josefin Sans!
</Text>
</View>
);
}
}
Read now
Unlock full access