@react-native-ohos/react-native-spring-scrollview
Version:
HarmonyOS platform spring ScrollView
22 lines (19 loc) • 351 B
JavaScript
/*
*
* 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',
},
contentStyle: {
flexGrow: 1,
}
});