UNPKG

create-native-di

Version:

cli สำหรับ react native ที่มีตัวอย่างโครงสร้างพื้นฐานพร้อมใช้งานประกอบไปด้วย package หลักๆ เช่น mobx,moment,lodash และรองรับภาษา javascript es6 และมี di สำหรับสลับ Store ที่จะติดต่อ api กับ fake mockup ที่สร้างขึ้นเอง ^^

47 lines (44 loc) 910 B
import variable from "./../variables/platform"; export default (variables = variable) => { const swipeRowTheme = { "NativeBase.ListItem": { ".list": { backgroundColor: "#FFF", }, marginLeft: 0, }, "NativeBase.Left": { flex: 0, alignSelf: null, alignItems: null, "NativeBase.Button": { flex: 1, alignItems: "center", justifyContent: "center", alignSelf: "stretch", borderRadius: 0, }, }, "NativeBase.Right": { flex: 0, alignSelf: null, alignItems: null, "NativeBase.Button": { flex: 1, alignItems: "center", justifyContent: "center", alignSelf: "stretch", borderRadius: 0, }, }, "NativeBase.Button": { flex: 1, height: null, alignItems: "center", justifyContent: "center", alignSelf: "stretch", borderRadius: 0, }, }; return swipeRowTheme; };