Get app working against deployed service
This commit is contained in:
@@ -4,6 +4,7 @@ import PropTypes from "prop-types"
|
||||
import { View, Text, TouchableOpacity } from "react-native"
|
||||
import { Icon, OptionStrip } from "../ui"
|
||||
import autobind from "autobind-decorator"
|
||||
import { api } from "../API"
|
||||
|
||||
export class ApiModal extends Component {
|
||||
static propTypes = {
|
||||
@@ -14,7 +15,7 @@ export class ApiModal extends Component {
|
||||
constructor(props) {
|
||||
super(props)
|
||||
this.state = {
|
||||
value: null,
|
||||
value: api.backend,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user