UNPKG
rn-voice-call
Version:
latest (1.0.16)
1.0.16
1.0.15
React Native Voice Call
github.com/falatekmen/rn-voice-call
falatekmen/rn-voice-call
rn-voice-call
/
src
/
theme.js
8 lines
(6 loc)
•
217 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
{
Dimensions
}
from
"react-native"
export
const
units = {
width
:
Dimensions
.
get
(
"window"
).
width
,
height
:
Dimensions
.
get
(
"window"
).
height
}
export
const
fonts
= (
punto
) => units.
height
/ (
720
/ punto);