本页仅为文字内容,不可回答。

期末考试补考

感谢您能抽出几分钟时间来参加本次答题,现在我们就马上开始吧!
姓名
    ____________
班级
    ____________
学号后2位
    ____________
请根据下面图片效果,在snack.expo.io完成代码,并提交截图和源代码
图片1
import React from react;import { StyleSheet, Text, View } from react-native;export default class App extends React.Component { render() { const tom = { } return ( 姓名:{tom.name} 性别:{tom.sex} 年龄:{tom.age} 兴趣:{tom.interest[0]} 属性:{tom.property.charactor} 技能 ); }}const styles = StyleSheet.create({ container: { flex: 1, backgroundColor: #fff, alignItems: center, justifyContent: center, },});
请上传考试截图
【选择文件】(5MB以内)
请上传代码源文件
【选择文件】(5MB以内)
举报