We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d5b6d7 commit 58e7484Copy full SHA for 58e7484
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog of `@reason-react-native/template`
2
3
+## 0.63.0 - 2020-11-18
4
+
5
+Updated for
6
7
+- react-native 0.63
8
+- reason-react-native 0.63
9
+- rescript 8.2
10
11
## 0.62.1 - 2020-08-13
12
13
- Upgrade template to use RN 0.62 [#5](https://github.com/reason-react-native/template/pull/5) by [@Naturalclar](https://github.com/Naturalclar)
package.json
@@ -1,7 +1,7 @@
{
"name": "@reason-react-native/template",
"description": "React Native template for application developed with ReScript.",
- "version": "0.62.1",
+ "version": "0.63.0",
"publishConfig": {
"access": "public"
},
0 commit comments