mirror of
https://gitlab.com/wheres-the-tp/ui-mobile.git
synced 2026-01-25 07:24:56 -06:00
remove logo png for now until I can fix the build error
This commit is contained in:
parent
9971d28bee
commit
b6812dbfdb
2 changed files with 5 additions and 5 deletions
|
|
@ -23,4 +23,4 @@ MYAPP_RELEASE_STORE_PASSWORD=bigjohncookies
|
|||
MYAPP_RELEASE_KEY_PASSWORD=bigjohncookies
|
||||
|
||||
# android.useDeprecatedNdk=true
|
||||
org.gradle.configureondemand=true
|
||||
# org.gradle.configureondemand=true
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
// @flow
|
||||
import React from 'react';
|
||||
import { View, Text, Image, AsyncStorage } from 'react-native';
|
||||
import atcCookieImage from '../../static/atc-cookie-logo.png';
|
||||
import { View, Text, AsyncStorage } from 'react-native';
|
||||
// import atcCookieImage from '../imgs/atc-cookie-logo.png';
|
||||
import { Link } from 'react-router-native';
|
||||
import RouterButton from 'react-router-native-button';
|
||||
import { compose, withHandlers, withState } from 'recompose';
|
||||
|
|
@ -35,11 +35,11 @@ const LandingPage = ({ skipIfAlreadyChosen, loading }: Props) => {
|
|||
flex: 1,
|
||||
height: '100%',
|
||||
}}>
|
||||
<Image
|
||||
{/* <Image
|
||||
source={atcCookieImage}
|
||||
style={{ height: 320, marginBottom: 10 }}
|
||||
resizeMode="contain"
|
||||
/>
|
||||
/> */}
|
||||
<Text style={{ fontSize: 24, marginBottom: 30, textAlign: 'center', width: 330 }}>
|
||||
We need to use your location to bring you the best experience possible.
|
||||
</Text>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue