replace yarn with npm

This commit is contained in:
2026-02-06 15:39:13 +01:00
parent bd7618d2e5
commit 290c62ae52
6 changed files with 14985 additions and 10361 deletions
-40
View File
@@ -1,40 +0,0 @@
# test directories
__tests__
test
tests
powered-test
# asset directories
doc
website
# examples
example
examples
# code coverage directories
coverage
.nyc_output
# build scripts
Makefile
Gulpfile.js
Gruntfile.js
# configs
appveyor.yml
circle.yml
codeship-services.yml
codeship-steps.yml
wercker.yml
.tern-project
.editorconfig
.eslintrc
.jshintrc
.flowconfig
.documentup.json
.yarn-metadata.json
.travis.yml
# misc
*.md
+8218
View File
File diff suppressed because it is too large Load Diff
+2
View File
@@ -3,6 +3,7 @@
"version": "1.0.0",
"main": "index.js",
"scripts": {
"prebuild": "expo prebuild --clean",
"start": "expo start --dev-client",
"start:go": "expo start",
"android": "expo run:android",
@@ -13,6 +14,7 @@
"@react-native-async-storage/async-storage": "2.2.0",
"@react-navigation/native": "^7.1.28",
"@react-navigation/native-stack": "^7.12.0",
"babel-preset-expo": "^54.0.10",
"expo": "^54.0.0",
"expo-apple-authentication": "~8.0.8",
"expo-auth-session": "~7.0.10",
-4550
View File
File diff suppressed because it is too large Load Diff