react-native 从0开始 ( 基础知识 一 )
react-native 基础知识1.Hello World2. Props(属性)2.1 绑定属性2.2 组件复用3. State(状态)1.Hello World【 Hello World 】延续悠久的历史传统,以 Hello word作为开篇import React from 'react';import { Text, View } from 'react-native';const HelloWorldApp = () => { return ( <View
原创
2020-09-01 18:58:16 ·
379 阅读 ·
0 评论