@dankupfer/create-dn-starter
Version:
Interactive CLI for creating modular React Native apps with Expo
44 lines • 912 B
JSON
{
"scrollable": true,
"style": {},
"components": [
{
"type": "SectionHeader",
"props": {
"id": "178:23",
"title": "Fish Demo"
},
"style": {
"marginBottom": 16
}
},
{
"type": "AccountCard",
"props": {
"id": "178:25",
"balance": 836.5,
"subtitle": "30-95-74 / 46557160",
"title": "Club Lloyds",
"variant": "detailed",
"onPress": "() => console.log('Club Lloyds pressed')"
},
"style": {
"marginBottom": 16
}
},
{
"type": "AccountCard",
"props": {
"id": "178:29",
"balance": 836.5,
"subtitle": "30-95-74 / 46557160",
"title": "Club Lloyds",
"variant": "detailed",
"onPress": "() => console.log('Club Lloyds pressed')"
},
"style": {
"marginBottom": 16
}
}
]
}