mirror of
https://github.com/zhigang1992/react-native-swipeout.git
synced 2026-06-15 18:38:20 +08:00
14 lines
309 B
JSON
14 lines
309 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-native": "^0.10.1",
|
|
"react-native-swipeout": "^2.0.8"
|
|
}
|
|
}
|