//github.com/facebook/react-native - * @flow - */ - -import React, {Component} from 'react'; +import React from 'react'; import { - Platform, - StyleSheet, - ToastAndroid, + AppRegistry, Text, View, - Navigator + Button, + TouchableOpacity, + ToastAndroid, } from 'react-native'...