UNPKG

zkteco-react-native-spring-scrollview

Version:

An cross-platform (iOS & Android) spring ScrollView

19 lines (16 loc) 307 B
/* * * 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" } });