Bring the basic example back to a runnable state

This commit is contained in:
Benoit Dion
2019-09-16 13:32:01 -04:00
committed by Benoit Dion
parent ed335f3b02
commit 81cfd4e629
10 changed files with 2976 additions and 2462 deletions

View File

@@ -4,18 +4,23 @@
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
"postinstall": "rm -rf node_modules/react-native-video/{examples,node_modules}",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"react": "16.4.1",
"react-native": "0.56.0",
"react": "16.9.0",
"react-native": "0.60.5",
"react-native-video": "file:../.."
},
"devDependencies": {
"babel-jest": "22.4.1",
"babel-preset-react-native": "5.0.2",
"express": "^4.16.2",
"jest": "22.4.2",
"react-test-renderer": "16.2.0"
"@babel/core": "^7.6.0",
"@babel/runtime": "^7.6.0",
"@react-native-community/eslint-config": "^0.0.5",
"babel-jest": "^24.9.0",
"eslint": "^6.4.0",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.56.0",
"react-test-renderer": "16.8.6"
}
}