Skip to content

Commit 87c3572

Browse files
committed
export SafeAreaInsetsManager + update version
1 parent 75441bd commit 87c3572

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-ui-lib",
3-
"version": "3.3.30",
3+
"version": "3.3.31",
44
"main": "index.js",
55
"author": "Ethan Sharabi <[email protected]>",
66
"publishConfig": {

src/nativeComponents/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
import HighlighterOverlayView from './HighlighterOverlayView';
22
import SafeAreaSpacerView from './SafeArea/SafeAreaSpacerView';
3+
import SafeAreaInsetsManager from './SafeArea/SafeAreaInsetsManager';
34

45
module.exports = {
56
HighlighterOverlayView,
67
SafeAreaSpacerView,
8+
SafeAreaInsetsManager,
79
};

0 commit comments

Comments
 (0)