react-native-screen-keyboard
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -1,3 +0,3 @@ | ||
import PinKeyboard from "./PinKeyboard"; | ||
import VirtualKeyboard from "./VirtualKeyboard"; | ||
export { PinKeyboard }; | ||
export { VirtualKeyboard }; |
{ | ||
"name": "react-native-screen-keyboard", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "On-screen keyboard with customisable keys and tactile / UI feedback 📱", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\"" | ||
}, | ||
@@ -9,0 +9,0 @@ "repository": { |
@@ -20,3 +20,3 @@ # react-native-screen-keyboard | ||
```js | ||
import { PinKeyboard } from 'react-native-screen-keyboard'; | ||
import { VirtualKeyboard } from 'react-native-screen-keyboard'; | ||
``` | ||
@@ -26,3 +26,3 @@ | ||
```js | ||
<PinKeyboard | ||
<VirtualKeyboard | ||
onRef={ref => (this.keyboard = ref)} | ||
@@ -29,0 +29,0 @@ keyDown={this.keyDown.bind(this)} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
21267
6
356
1