Skip to content

Commit

Permalink
chore: example deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lodev09 committed Aug 22, 2024
1 parent fbcb1af commit c4177e6
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 119 deletions.
6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"build:ios": "cd ios && xcodebuild -workspace TrueSheetExample.xcworkspace -scheme TrueSheetExample -configuration Debug -sdk iphonesimulator CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ GCC_OPTIMIZATION_LEVEL=0 GCC_PRECOMPILE_PREFIX_HEADER=YES ASSETCATALOG_COMPILER_OPTIMIZATION=time DEBUG_INFORMATION_FORMAT=dwarf COMPILER_INDEX_STORE_ENABLE=NO"
},
"dependencies": {
"expo": "~51.0.21",
"expo-build-properties": "~0.12.3",
"expo": "~51.0.28",
"expo-build-properties": "~0.12.5",
"react": "18.2.0",
"react-native": "0.74.3",
"react-native": "0.74.5",
"react-native-gesture-handler": "~2.16.1",
"react-native-maps": "1.14.0",
"react-native-reanimated": "~3.10.1"
Expand Down
Loading

0 comments on commit c4177e6

Please sign in to comment.