Skip to content

Commit 59ed9b7

Browse files
committed
updating react-native versions
1 parent e24bef5 commit 59ed9b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"expo": "^18.0.3",
23-
"react": "16.*",
23+
"react": "16.0.0-alpha.12",
2424
"react-native": "0.49.*",
2525
"react-native-markdown-renderer": "git+https://github.com/mientjan/react-native-markdown-renderer.git#develop"
2626
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-markdown-renderer",
3-
"version": "1.3.5",
3+
"version": "1.3.6",
44
"description": "Markdown renderer for react-native, with CommonMark spec support + adds syntax extensions & sugar (URL autolinking, typographer).",
55
"main": "index.js",
66
"scripts": {
@@ -30,7 +30,7 @@
3030
},
3131
"peerDependencies": {
3232
"react": "16.0.0-alpha.12",
33-
"react-native": "0.48.0"
33+
"react-native": "0.49"
3434
}
3535
}
3636

0 commit comments

Comments
 (0)