We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36a198 commit 8e82a29Copy full SHA for 8e82a29
README.md
@@ -11,6 +11,8 @@ Starting point for creating React Native plugins in TypeScript without native co
11
12
## Usage
13
14
+> :warning: **node**: Requires at least node version 16.
15
+
16
```
17
npm init -y react-native-plugin react-native-my-plugin
18
# or
package.json
@@ -25,7 +25,7 @@
25
"template"
26
],
27
"devDependencies": {
28
- "padua": "^0.5.6"
+ "padua": "^0.6.1"
29
},
30
"prettier": "padua/configuration/.prettierrc.json",
31
"eslintConfig": {
0 commit comments