react-native-action-sheet
Version:
React native action sheet with native android
24 lines (23 loc) • 497 B
JSON
{
"name": "Example",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"react": "^16.4.1",
"react-native": "^0.56.1",
"react-native-action-sheet": "../"
},
"jest": {
"preset": "jest-react-native"
},
"devDependencies": {
"babel-jest": "23.6.0",
"babel-preset-react-native": "^5",
"jest": "23.6.0",
"react-test-renderer": "16.4.1"
}
}