remove logo png for now until I can fix the build error

This commit is contained in:
Bart Akeley 2018-11-24 16:56:29 -06:00
parent 9971d28bee
commit b6812dbfdb
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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>