UNPKG
@logo-rn/logo-gif
Version:
latest (0.2.3)
0.2.3
0.2.2
0.2.0
<LogoGIF/> typically used to display gif .
elements.logo.com.tr
@logo-rn/logo-gif
/
src
/
GifCss.ts
15 lines
(12 loc)
•
279 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import { StyleSheet }
from
'react-native'
;
const
styles
= StyleSheet.
create
({
container
: {
position
:
'absolute'
,
width
:
'100%'
,
height
:
'100%'
,
alignItems
:
'center'
,
justifyContent
:
'center'
,
zIndex
:
999
, }, }); export
default
styles;