UNPKG
@ohmi/react-native-safe-area-view
Version:
latest (0.11.0-0.6)
0.11.0
0.11.0-0.6
0.11.0-0.5
0.11.0-0.4
0.11.0-0.3
0.11.0-0.2
0.11.0-0.1
JS only version of SafeAreaView for supporting iPhone X safe area insets.
@ohmi/react-native-safe-area-view
/
index.web.js
4 lines
(3 loc)
•
88 B
JavaScript
View Raw
1
2
3
4
import
React
from
'react'
;
import
{
View
}
from
'react-native'
;
export
default
View
;