Skip to content

Commit

Permalink
chore: add dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Feb 9, 2024
1 parent de09cd3 commit 83d0a20
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 3 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-community/datetimepicker": "7.6.1",
"@react-native-picker/picker": "2.6.1",
"@react-navigation/bottom-tabs": "^6.5.12",
"@react-navigation/elements": "^1.3.21",
"@react-navigation/native": "^6.1.9",
"@react-navigation/stack": "^6.3.20",
Expand Down
39 changes: 36 additions & 3 deletions pnpm-lock.yaml

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

4 changes: 4 additions & 0 deletions scripts/fix-gradle.mjs
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
/**
* Fix No signature of method: org.gradle.internal.extensibility.DefaultExtraPropertiesExtension.kotlinVersion() is applicable for argument types: () values: []
* @url https://github.com/expo/expo/issues/24945#issuecomment-1914306405
*/
await $`find ./node_modules -name "build.gradle" -exec sed -i 's/kotlinVersion()/kotlinVersion/g' {} +`;

0 comments on commit 83d0a20

Please sign in to comment.