Skip to content
Snippets Groups Projects
Commit ba031a34 authored by AndersLan's avatar AndersLan
Browse files

Added new symbol and corrected starting screen

parent 9860bea6
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ import axios from 'axios';
// Create axios client, pre-configured with baseURL
let APIKit = axios.create({
baseURL: 'http://192.168.0.193:5000',
baseURL: 'http://10.22.205.170:5000',
// baseURL: 'http://10.22.205.170:5000',
timeout: 10000,
headers: {'Content-Type': 'multipart/form-data'}
......
......@@ -81,7 +81,7 @@ export default function customCamera(props) {
<IconButton
style={styles.button}
icon="camera"
icon="circle-outline"
color="white"
size={50}
onPress={() => {
......
......@@ -15,7 +15,7 @@ const AuthStackScreen = () => (
>
<AuthStack.Screen
name="SignIn"
component={CameraScreen}
component={SignInScreen}
options={{
animationEnabled: false
}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment