react-native-largelist-v3
Version:
The best performance large list component which is much better than SectionList for React Native.
31 lines (28 loc) • 430 B
JavaScript
/*
*
* Created by Stone
* https://github.com/bolan9999
* Email: shanshang130@gmail.com
* Date: 2018/7/17
*
*/
import {StyleSheet} from "react-native";
export const styles = StyleSheet.create({
footer:{
position:"absolute",
bottom:0,
left:0,
right:0
},
abs:{
position: "absolute",
left: 0,
right: 0,
top: 0,
},
leftTop:{
position: "absolute",
left: 0,
top: 0,
}
});