react-native-s-pen 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +15 -1
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
React Native 0.86+ library for Samsung S Pen input, built with TurboModules and a Fabric-compatible native canvas.
|
|
4
4
|
|
|
5
|
+
**Keywords:** React Native, Android, Samsung S Pen, stylus, Air Actions, Air Motion, pressure-sensitive drawing, TurboModule, Fabric
|
|
6
|
+
|
|
5
7
|
## Features
|
|
6
8
|
|
|
7
9
|
- Stylus down, move, up, and hover events
|
package/package.json
CHANGED
|
@@ -1,8 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-s-pen",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "React Native library for Samsung S Pen support on Android",
|
|
5
5
|
"license": "MIT",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"react-native",
|
|
8
|
+
"android",
|
|
9
|
+
"samsung",
|
|
10
|
+
"s-pen",
|
|
11
|
+
"spen",
|
|
12
|
+
"stylus",
|
|
13
|
+
"air-actions",
|
|
14
|
+
"air-motion",
|
|
15
|
+
"pressure",
|
|
16
|
+
"drawing",
|
|
17
|
+
"turbomodule",
|
|
18
|
+
"fabric"
|
|
19
|
+
],
|
|
6
20
|
"repository": {
|
|
7
21
|
"type": "git",
|
|
8
22
|
"url": "git+https://github.com/alihamzaazhar/react-native-s-pen.git"
|