install packages with my changes directly from GH

this includes my fork of fast-image which merges in a change to prevent the images from being unloaded too fast from screens
switch to yarn
This commit is contained in:
austinried 2021-07-02 09:35:36 +09:00
parent 2e25e7c26a
commit a4edbaf6f0
3 changed files with 6893 additions and 23444 deletions

23440
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -7,8 +7,7 @@
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"link": "rm -rf node_modules/react-native-track-player && wml start"
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.15.5",
@ -20,7 +19,7 @@
"md5": "^2.3.0",
"react": "17.0.1",
"react-native": "0.64.1",
"react-native-fast-image": "^8.3.4",
"react-native-fast-image": "https://github.com/austinried/react-native-fast-image",
"react-native-fs": "^2.18.0",
"react-native-gesture-handler": "^1.10.3",
"react-native-get-random-values": "^1.7.0",
@ -29,7 +28,7 @@
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "^3.4.0",
"react-native-tab-view": "^2.16.0",
"react-native-track-player": "file:../../repos/react-native-track-player",
"react-native-track-player": "https://github.com/austinried/react-native-track-player",
"uuid": "^8.3.2",
"xmldom": "^0.5.0"
},

6890
yarn.lock Normal file

File diff suppressed because it is too large Load Diff