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 75441bd commit 87c3572Copy full SHA for 87c3572
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-ui-lib",
3
- "version": "3.3.30",
+ "version": "3.3.31",
4
"main": "index.js",
5
"author": "Ethan Sharabi <[email protected]>",
6
"publishConfig": {
src/nativeComponents/index.js
@@ -1,7 +1,9 @@
import HighlighterOverlayView from './HighlighterOverlayView';
import SafeAreaSpacerView from './SafeArea/SafeAreaSpacerView';
+import SafeAreaInsetsManager from './SafeArea/SafeAreaInsetsManager';
module.exports = {
HighlighterOverlayView,
7
SafeAreaSpacerView,
8
+ SafeAreaInsetsManager,
9
};
0 commit comments