我要投射此字符串
const test = '<View style={styles.loginbox}>
<Text style={styles.textInput}></Text>
<Text style={styles.email}> </Text></View>'
render() { return ({test})}
到组件并按以下方式使用
render() {return { {test})}
因为我想从服务器读取此字符串作为JSON。