Files
react-native-swipeout/example/package.json
Dan Cormier bf7fa13ece add exmaple
2015-05-27 23:03:57 -04:00

13 lines
248 B
JSON

{
"name": "swipeoutExample",
"version": "0.0.2",
"private": true,
"scripts": {
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
"react-native": "^0.4.4",
"react-native-swipeout": "^0.1.0"
}
}