-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathApp.js
34 lines (28 loc) · 867 Bytes
/
App.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
import { NavigationContainer, DefaultTheme } from "@react-navigation/native";
import "expo-dev-client";
import { StackNavigator } from "./src/navigation";
// import firebaseConfig from "./firebaseConfig";
import { Provider } from "react-redux";
import { store } from "./src/store/store";
import { ActivityIndicator, View,Text } from "react-native";
import tw from 'twrnc';
const theme = {
...DefaultTheme,
colors: {
...DefaultTheme.colors,
background: "#DCECF6",
},
};
export default function App() {
return (
// <SafeAreaProvider>
<Provider store={store}>
<NavigationContainer theme={theme}>
<StackNavigator />
</NavigationContainer>
</Provider>
// {/* <Text style={{fontFamily:'Poppins_400Regular'}}>Helloaaaaaaaaaaaaaaaaaaaaa</Text> */}
// </SafeAreaProvider>
);
}
// ==> ++ != -->> === <| <==< <~> |-|