Skip to content

Commit db128fb

Browse files
committed
Missing export is added
1 parent f4bd5db commit db128fb

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

lib/src/index.js

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,24 @@ import {
1111
isIPhoneX,
1212
isIPhoneXr,
1313
isIPhoneXs,
14+
isIPhoneSE,
1415
isIPhoneXsMax,
1516
getStatusBarHeight
1617
} from "./helpers/notch/Notch";
1718
import normalizeText from "./helpers/normalize/normalizeText";
1819

1920
export {
20-
ScreenWidth,
21-
ScreenHeight,
2221
isIOS,
23-
isAndroid,
24-
isIPhoneXFamily,
2522
hasNotch,
23+
isAndroid,
2624
isIPhoneX,
2725
isIPhoneXr,
2826
isIPhoneXs,
27+
isIPhoneSE,
28+
ScreenWidth,
29+
ScreenHeight,
2930
isIPhoneXsMax,
30-
getStatusBarHeight,
31-
normalizeText
31+
normalizeText,
32+
isIPhoneXFamily,
33+
getStatusBarHeight
3234
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@freakycoder/react-native-helpers",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Easy to use & awesome helpers for React Native.",
55
"keywords": [
66
"ios",

0 commit comments

Comments
 (0)