Skip to content

Commit

Permalink
chore: bump example
Browse files Browse the repository at this point in the history
  • Loading branch information
lodev09 committed May 18, 2024
1 parent e2ed3a5 commit 97b89b0
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 181 deletions.
5 changes: 2 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@
"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": {
"@react-native/virtualized-lists": "0.75.0-main",
"expo": "^51.0.1",
"expo": "~51.0.8",
"expo-build-properties": "~0.12.1",
"react": "18.2.0",
"react-native": "0.74.1",
"react-native-gesture-handler": "~2.16.1",
"react-native-reanimated": "3.10.0"
"react-native-reanimated": "~3.10.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
Loading

0 comments on commit 97b89b0

Please sign in to comment.