Skip to content

Commit

Permalink
Missing export is added
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathChaos committed Dec 16, 2019
1 parent f4bd5db commit db128fb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions lib/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,24 @@ import {
isIPhoneX,
isIPhoneXr,
isIPhoneXs,
isIPhoneSE,
isIPhoneXsMax,
getStatusBarHeight
} from "./helpers/notch/Notch";
import normalizeText from "./helpers/normalize/normalizeText";

export {
ScreenWidth,
ScreenHeight,
isIOS,
isAndroid,
isIPhoneXFamily,
hasNotch,
isAndroid,
isIPhoneX,
isIPhoneXr,
isIPhoneXs,
isIPhoneSE,
ScreenWidth,
ScreenHeight,
isIPhoneXsMax,
getStatusBarHeight,
normalizeText
normalizeText,
isIPhoneXFamily,
getStatusBarHeight
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@freakycoder/react-native-helpers",
"version": "0.1.1",
"version": "0.1.2",
"description": "Easy to use & awesome helpers for React Native.",
"keywords": [
"ios",
Expand Down

0 comments on commit db128fb

Please sign in to comment.