Manually place user location on main map
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user