React Native入門基礎

Props(屬性) 組件創建的時候會使用很多參數來繪製,這些參數就是props。 用法樣例一:以Image爲例,用prop來指定顯示圖片的地址,然後傳給source 用法樣例二:自定義的組件使用props import React, {Component} from 'react'; import {AppRegistry, Image, Text, View} from 'react-nativ
相關文章
相關標籤/搜索