create-native-di
Version:
cli สำหรับ react native ที่มีตัวอย่างโครงสร้างพื้นฐานพร้อมใช้งานประกอบไปด้วย package หลักๆ เช่น mobx,moment,lodash และรองรับภาษา javascript es6 และมี di สำหรับสลับ Store ที่จะติดต่อ api กับ fake mockup ที่สร้างขึ้นเอง ^^
25 lines (24 loc) • 517 B
JavaScript
export default {
container: {
backgroundColor: "#fff"
},
signature: {
flex: 1,
borderColor: '#000033',
borderWidth: 1,
},
saveButton: {
flex: 1, justifyContent: "center", alignItems: "center", height: 50,
borderColor: '#4F8A10',
backgroundColor: '#DFF2BF',
margin: 10
},
resetButton: {
flex: 1, justifyContent: "center", alignItems: "center", height: 50,
backgroundColor: "#eeeeee",
margin: 10
},
mb: {
marginBottom: 15
}
};