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 e097aec commit 4cde7e3Copy full SHA for 4cde7e3
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog of `@reason-react-native/safe-area-context`
2
3
+## 3.1.0 - 2020-11-12
4
+
5
+- 3.1.0 compat
6
+- reason-react-native 0.63
7
+- rescript 8.2
8
9
## 3.0.0 - 2020-07-20
10
11
- Switch to records for types
package.json
@@ -1,11 +1,11 @@
{
"name": "@reason-react-native/safe-area-context",
- "version": "3.0.0",
+ "version": "3.1.0",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
- "react-native-safe-area-context": "^3.0.0",
+ "react-native-safe-area-context": "^3.1.0",
"reason-react": "^0.9.0",
"reason-react-native": "^0.63.0"
0 commit comments