January 2019
Intermediate to advanced
592 pages
14h 30m
English
import React, { Component } from 'react';import { Alert, AsyncStorage, StyleSheet, Text, TextInput, TouchableOpacity, View,} from 'react-native';
const key = '@MyApp:key';export default class App extends Component { state = { text: '', storedValue: '', }; //Defined in later steps}
Read now
Unlock full access