mirror of
https://github.com/zhigang1992/react-native-keyboard-manager.git
synced 2026-01-12 22:50:32 +08:00
18 lines
362 B
JSON
18 lines
362 B
JSON
{
|
|
"name": "SampleKeyboardManager",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node node_modules/react-native/local-cli/cli.js start",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"react": "16.3.2",
|
|
"react-native": "0.55.4",
|
|
"react-native-keyboard-manager": "file:../"
|
|
},
|
|
"devDependencies": {
|
|
"babel-preset-react-native": "4.0.0"
|
|
}
|
|
}
|