File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -11,22 +11,24 @@ import {
1111 isIPhoneX ,
1212 isIPhoneXr ,
1313 isIPhoneXs ,
14+ isIPhoneSE ,
1415 isIPhoneXsMax ,
1516 getStatusBarHeight
1617} from "./helpers/notch/Notch" ;
1718import normalizeText from "./helpers/normalize/normalizeText" ;
1819
1920export {
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} ;
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments