UNPKG
react-native-spring-scrollview-fork
Version:
latest (2.1.3)
2.1.3
2.1.2
2.1.1
A cross-platform (iOS & Android) spring ScrollView
react-native-spring-scrollview-fork
/
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"
} });