react-native-action-sheet
Version:
React native action sheet with native android
25 lines (24 loc) • 566 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": {
"@yfuks/react-native-action-sheet": "../",
"react": "^16.3.1",
"react-native": "^0.55.4"
},
"jest": {
"preset": "jest-react-native"
},
"devDependencies": {
"babel-jest": "16.0.0",
"babel-preset-react-native": "1.9.0",
"jest": "16.0.1",
"jest-react-native": "16.0.0",
"react-test-renderer": "15.3.2"
}
}