Skip to content

Commit

Permalink
Merge branch 'main' into ocf-18-qr-gen-edge
Browse files Browse the repository at this point in the history
  • Loading branch information
christophertorres1 authored Dec 11, 2024
2 parents 920b7d5 + 6d4bb48 commit 364d81f
Show file tree
Hide file tree
Showing 57 changed files with 2,072 additions and 17,623 deletions.
7 changes: 6 additions & 1 deletion 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 @@ -22,5 +23,9 @@ export default function App() {
(Text as any).defaultProps = (Text as any).defaultProps || {};
(Text as any).defaultProps.style = { fontFamily: defaultFontFamily };

return <AppNavigator />;
return (
<GestureHandlerRootView style={{ flex: 1 }}>
<AppNavigator />
</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 364d81f

Please sign in to comment.