UNPKG
@personio/react-native-spring-scrollview
Version:
latest (1.0.0)
1.0.0
An cross-platform (iOS & Android) spring ScrollView
@personio/react-native-spring-scrollview
/
styles.js
19 lines
(16 loc)
•
289 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* * * Created by Stone * https://github.com/bolan9999 * Email: shanshang130
@gmail
.com * Date: 2019/2/14 * */
import { StyleSheet }
from
"react-native"
; export
const
styles
= StyleSheet.
create
({
wrapperStyle
: {
flexGrow
:
1
,
flexShrink
:
1
,
overflow
:
"scroll"
} });