From 9438381045c142d38bd1aa28c307723fdb016e4a Mon Sep 17 00:00:00 2001 From: Andrew Date: Sun, 24 Feb 2019 10:24:43 -0500 Subject: Created the greeting page of application. Page contains button to fetch location, and button to drop pin. Both buttons lead to blank pages. This is an initial prototype. --- mobile/components/FormPage.js | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 mobile/components/FormPage.js (limited to 'mobile/components/FormPage.js') diff --git a/mobile/components/FormPage.js b/mobile/components/FormPage.js new file mode 100644 index 0000000..9ea3dce --- /dev/null +++ b/mobile/components/FormPage.js @@ -0,0 +1,20 @@ +import React, { Component } from 'react'; +import { Text, View, Alert, StyleSheet, Button, AppRegistry, Navigator, TouchableHighlight} from 'react-native'; +import { Ionicons } from '@expo/vector-icons'; +import { createStackNavigator, createAppContainer } from 'react-navigation'; + +export default class FormPage extends Component { + render() { + return ( + + + Put the form stuff here + +