Skip to content

Commit 53974e9

Browse files
committed
Update App.js
1 parent d93766d commit 53974e9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

App.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
import { StatusBar } from 'expo-status-bar';
22
import React from 'react';
3-
import { StyleSheet, Text, View } from 'react-native';
3+
import { Image, StyleSheet, Text, View } from 'react-native';
4+
import Loading from './app/screen/Loading';
45

56
export default function App() {
67
return (
78
<View style={styles.container}>
8-
9+
<Loading />
910
</View>
1011
);
1112
}
1213

1314
const styles = StyleSheet.create({
1415
container: {
1516
flex: 1,
16-
backgroundColor: '#fff',
17+
backgroundColor: "#FFBD00",
1718
alignItems: 'center',
1819
justifyContent: 'center',
1920
},

0 commit comments

Comments
 (0)