logo
  • 教程列表
  • SO官方文檔
  • 元件
    • 基本元件
    • 有狀態元件
    • 無狀態元件
  1. StackOverflow 文件
  2. react-native 教程
  3. 元件
  4. 基本元件

基本元件

Created: November-22, 2018

import React, { Component } from 'react'
import { View, Text, AppRegistry } from 'react-native'

class Example extends Component {
  render () {
    return (
      <View> 
        <Text> I'm a basic Component </Text>
      </View>
    )
  }
}

AppRegistry.registerComponent('Example', () => Example)
  • 有狀態元件
  • 元件

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明