Skip to content

Commit

Permalink
8-19
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeyunim00 committed Aug 29, 2023
1 parent 3248639 commit b08efab
Show file tree
Hide file tree
Showing 10 changed files with 425 additions and 47 deletions.
13 changes: 10 additions & 3 deletions App.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,21 +144,28 @@ export default function App() {
name="complain_fac"
component={Complain_fac}
options={{
headerTitle: "민원 화면", // 네비게이션 바 타이틀
headerTitle: "공원 게시판",
headerStyle: {
height: 200, // 원하는 높이로 설정
},
headerTitleStyle: {
fontSize: 22, // 원하는 글씨 크기로 수정
}, // 네비게이션 바 타이틀
}}
/>
<Stack.Screen
name="cctv"
component={Cctv}
options={{
headerTitle: "CCTV 화면", // 네비게이션 바 타이틀
headerTitle: "CCTV", // 네비게이션 바 타이틀
}}
/>
<Stack.Screen
name="best_user"
component={Best_user}
options={{
headerTitle: "베스트 유저 화면", // 네비게이션 바 타이틀
headerTitle: "우수 유저",
// 네비게이션 바 타이틀
}}
/>
</Stack.Navigator>
Expand Down
Binary file added assets/facility/fac1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/facility/fac2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/facility/fac3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/report/after1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/report/before1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@
"firebase": "^10.1.0",
"react": "18.2.0",
"react-native": "0.72.3",
"react-native-collapsible": "^1.6.1",
"react-native-easy-toast": "^2.3.0",
"react-native-maps": "1.7.1",
"react-native-modal": "^13.0.1",
"react-native-refreshable-scroll-view": "^0.1.1",
"react-native-shadow": "^1.2.2",
"react-native-snap-carousel": "^3.9.1",
"react-native-toast": "^1.0.1",
"react-native-vector-icons": "^10.0.0"
Expand Down
Loading

0 comments on commit b08efab

Please sign in to comment.