We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d232fd commit 429c1afCopy full SHA for 429c1af
1 file changed
package/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-echo",
3
- "version": "0.0.1-beta.4",
+ "version": "0.0.1-beta.5",
4
"description": "Embed a server of HTTP in React Native app",
5
"license": "MIT",
6
"author": "RakaDoank <rakaaudira@gmail.com> (https://github.com/RakaDoank)",
@@ -40,6 +40,7 @@
40
"./package.json": "./package.json"
41
},
42
"peerDependencies": {
43
+ "react-native": ">=0.79",
44
"react-native-worklets": ">=0.7"
45
46
"codegenConfig": {
0 commit comments