Skip to content

Commit

Permalink
Merge branch 'main' into cwz/ocf-33-auth-context
Browse files Browse the repository at this point in the history
  • Loading branch information
carolynzhuang authored Dec 11, 2024
2 parents f11a4f6 + 6d4bb48 commit 1379c4e
Show file tree
Hide file tree
Showing 54 changed files with 2,065 additions and 17,134 deletions.
9 changes: 6 additions & 3 deletions App.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React from 'react';
import { Text } from 'react-native';
import { GestureHandlerRootView } from 'react-native-gesture-handler';
import { useFonts } from 'expo-font';
import { DMSans_400Regular, DMSans_700Bold } from '@expo-google-fonts/dm-sans';
import { DefaultTheme } from '@react-navigation/native';
Expand All @@ -24,8 +25,10 @@ export default function App() {
(Text as any).defaultProps.style = { fontFamily: defaultFontFamily };

return (
<AuthContextProvider>
<AppNavigator />
</AuthContextProvider>
<GestureHandlerRootView style={{ flex: 1 }}>
<AuthContextProvider>
<AppNavigator />
</AuthContextProvider>
</GestureHandlerRootView>
);
}
1 change: 1 addition & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"expo": {
"name": "Our City Forest",
"slug": "our-city-forest",
"newArchEnabled": true,
"owner": "ocfdev",
"version": "1.0.0",
"orientation": "portrait",
Expand Down
Binary file added assets/tree-info-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1379c4e

Please sign in to comment.