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 4653a2d commit e24bef5Copy full SHA for e24bef5
example/package.json
@@ -20,8 +20,8 @@
20
},
21
"dependencies": {
22
"expo": "^18.0.3",
23
- "react": "16.0.0-alpha.12",
24
- "react-native": "^0.45.1",
25
- "react-native-markdown-renderer": "git+https://github.com/mientjan/react-native-markdown-renderer.git#feature/grouping-of-text-nodes"
+ "react": "16.*",
+ "react-native": "0.49.*",
+ "react-native-markdown-renderer": "git+https://github.com/mientjan/react-native-markdown-renderer.git#develop"
26
}
27
package.json
@@ -29,7 +29,9 @@
29
"react-native-fit-image": "^1.5.2"
30
31
"peerDependencies": {
32
- "react": ">=16.0.0-alpha.6",
33
- "react-native": ">=0.44.0"
+ "react": "16.0.0-alpha.12",
+ "react-native": "0.48.0"
34
35
36
+
37
0 commit comments