Skip to content

Commit

Permalink
chore: update example app
Browse files Browse the repository at this point in the history
  • Loading branch information
miyasan31 committed Aug 13, 2023
1 parent c9b3b2a commit c6e1cd4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
"build:stg:android": "eas build --profile staging --platform android",
"build:prod": "eas build --profile production --platform all",
"build:prod:ios": "eas build --profile production --platform ios",
"build:prod:android": "eas build --profile production --platform android"
"build:prod:android": "eas build --profile production --platform android",
"update:prod": "eas update --profile development --platform all",
"update:prod:ios": "eas update --profile production --platform ios",
"update:prod:android": "eas update --profile production --platform android"
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.18.2",
Expand Down

0 comments on commit c6e1cd4

Please sign in to comment.