UNPKG
@wolf-tp/react-native-boilerplate
Version:
latest (0.0.22)
0.0.22
0.0.21
0.0.20
0.0.19
0.0.18
0.0.17
0.0.16
0.0.15
React Native Template
wolf-tp/ReactNativeBoilerplate
@wolf-tp/react-native-boilerplate
/
template
/
src
/
app
/
common
/
constant
/
index.ts
5 lines
(3 loc)
•
132 B
text/typescript
View Raw
1
2
3
4
5
import
{
Dimensions
}
from
'react-native'
;
export
const
{
width
: windowWidth,
height
: windowHeight } =
Dimensions
.
get
(
'window'
);