Skip to content

Commit 8e82a29

Browse files
committed
docs(node): add warning for node 16 requirement due to cpSync
resolves #1
1 parent a36a198 commit 8e82a29

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Starting point for creating React Native plugins in TypeScript without native co
1111

1212
## Usage
1313

14+
> :warning: **node**: Requires at least node version 16.
15+
1416
```
1517
npm init -y react-native-plugin react-native-my-plugin
1618
# or

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"template"
2626
],
2727
"devDependencies": {
28-
"padua": "^0.5.6"
28+
"padua": "^0.6.1"
2929
},
3030
"prettier": "padua/configuration/.prettierrc.json",
3131
"eslintConfig": {

0 commit comments

Comments
 (0)