UNPKG
react-native-animated-modal-old
Version:
latest (1.1.0)
1.1.0
A simple React-Native animated modal
react-native-animated-modal-old
/
src
/
index.style.js
18 lines
(16 loc)
•
284 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { StyleSheet }
from
'react-native'
export
default
StyleSheet.
create
({
backdrop
: {
position
:
'absolute'
,
top
:
0
,
bottom
:
0
,
left
:
0
,
right
:
0
,
opacity
:
0
,
backgroundColor
:
'black'
},
content
: {
flex
:
1
,
justifyContent
:
'center'
} })