Skip to content

Commit

Permalink
버전 업
Browse files Browse the repository at this point in the history
  • Loading branch information
ysh4296 committed Dec 11, 2023
1 parent 220275d commit 073b3e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.CCCorg.keewe",
"buildNumber": "6.1",
"buildNumber": "6.2",
"associatedDomains": ["applinks:keewe.kr"],
"infoPlist": { "developmentRegion": "ko" }
},
Expand Down
1 change: 0 additions & 1 deletion src/screens/Main/Tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ const Tabs = ({ navigation, route }) => {

if (route?.params?.type) {
const { type, id } = route.params;
alert(`${type} ${id}`);
if (type === 'insight') {
navigation.navigate('DetailedPost', {
screen: 'DetailedPost',
Expand Down

0 comments on commit 073b3e0

Please sign in to comment.