generated from rescript-react-native/__template__
-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
444 additions
and
177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# Changelog of `@reason-react-native/safe-area-context` | ||
|
||
## 3.0.0 - 2020-06-20 | ||
|
||
- Switch to records for types | ||
- Lots of breaking changes, see | ||
[react-native-safe-area-context releases notes](https://github.com/th3rdwave/react-native-safe-area-context/releases) | ||
and our README. We adjusted to v3. | ||
|
||
## 0.7.0 - 2020-02-29 | ||
|
||
- Use `[email protected]` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,25 @@ | ||
'use strict'; | ||
|
||
var View$ReactNative = require("reason-react-native/src/components/View.bs.js"); | ||
var NativeElement$ReactNative = require("reason-react-native/src/elements/NativeElement.bs.js"); | ||
|
||
var SafeAreaProvider = { }; | ||
var Consumer = { }; | ||
|
||
var SafeAreaInsetsContext = { | ||
Consumer: Consumer | ||
}; | ||
|
||
var Consumer$1 = { }; | ||
|
||
var SafeAreaConsumer = { }; | ||
var SafeAreaFrameContext = { | ||
Consumer: Consumer$1 | ||
}; | ||
|
||
var SafeAreaProvider = { }; | ||
|
||
var SafeAreaView = { }; | ||
|
||
exports.SafeAreaInsetsContext = SafeAreaInsetsContext; | ||
exports.SafeAreaFrameContext = SafeAreaFrameContext; | ||
exports.SafeAreaProvider = SafeAreaProvider; | ||
exports.SafeAreaConsumer = SafeAreaConsumer; | ||
exports.SafeAreaView = SafeAreaView; | ||
/* View-ReactNative Not a pure module */ | ||
/* NativeElement-ReactNative Not a pure module */ |
Oops, something went wrong.