mirror of
https://github.com/zhigang1992/react-native-swipeout.git
synced 2026-05-26 15:07:17 +08:00
15 lines
335 B
JSON
15 lines
335 B
JSON
{
|
|
"name": "swipeoutExample",
|
|
"version": "0.0.2",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node_modules/react-native/packager/packager.sh",
|
|
"latest": "npm install react-native-swipeout@* --save"
|
|
},
|
|
"dependencies": {
|
|
"react": "^0.14.5",
|
|
"react-native": "^0.22.2",
|
|
"react-native-swipeout": "file:../"
|
|
}
|
|
}
|