mirror of
https://github.com/zhigang1992/react-native-reanimated.git
synced 2026-06-15 02:19:30 +08:00
Inspired by: https://github.com/callstack/react-native-paper/tree/master/example and https://blog.callstack.io/adding-an-example-app-to-your-react-native-library-d23b9741a19c cc: @satya164 😻, thanks!
26 lines
625 B
JSON
26 lines
625 B
JSON
{
|
|
"name": "ReanimatedExample",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node node_modules/react-native/local-cli/cli.js start --config ../../../../cli.config.js",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"react": "16.4.1",
|
|
"react-native": "0.56.0",
|
|
"react-native-gesture-handler": "^1.0.5",
|
|
"react-navigation": "^2.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-plugin-module-resolver": "^3.1.1",
|
|
"babel-preset-react-native": "^5",
|
|
"glob-to-regexp": "^0.4.0",
|
|
"jest": "23.3.0",
|
|
"react-test-renderer": "16.4.1"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native"
|
|
}
|
|
}
|