rn-dynamic-ui-render
Version:
A dynamic UI rendering engine for React Native
50 lines (49 loc) • 1.62 kB
JSON
{
"content":[
{
"name":"FlatList",
"props":{
"data":"faqList",
"contentContainerStyle":{
"padding":16,
"backgroundColor":"backgroundColor"
}
},
"content":[
{
"name":"Pressable",
"props":{
"passData":true,
"onPress":"onQuestionPress",
"style":{
"marginVertical":8,
"backgroundColor":"skyBlue"
}
},
"content":[
{
"name":"Text",
"props":{
"style":{
"fontSize":"h3",
"fontWeight":"bold"
},
"expression":true,
"textContent":"item.question"
}
}
]
},
{
"name":"Text",
"props":{
"visible":"item.visible",
"visibleExpression":true,
"expression":true,
"textContent":"item.answer"
}
}
]
}
]
}