Manually place user location on main map

This commit is contained in:
John Lyon-Smith
2018-06-27 22:34:21 -07:00
parent e60801ec3e
commit 6f0423bb46
14 changed files with 97 additions and 70 deletions

View File

@@ -4,10 +4,7 @@ import {
StyleSheet,
Text,
Image,
Switch,
TextInput,
View,
Button,
TouchableWithoutFeedback,
} from "react-native"
import { MessageModal, ApiModal, WaitModal } from "../Modal"
@@ -18,7 +15,6 @@ import { BoundSwitch, BoundInput, BoundButton } from "../ui"
import KeyboardSpacer from "react-native-keyboard-spacer"
import { versionInfo } from "../version"
import { reactAutoBind } from "auto-bind2"
import { isIphoneX } from "react-native-iphone-x-helper"
import { config } from "../config"
export class Login extends React.Component {