react-native學習筆記

1.安裝  cnpm  i  expo-cli  -greact

2.expo init rn-basic 建立一個新項目npm

3.項目啓動    yarn  startthis

4.基本組件spa

View(至關於div)blog

Text(至關於span,p)事件

StyleSheet(樣式)ci

Propsit

Statecli

Style  (小駝峯,不加引號,沒有單位,沒有複合屬性的寫法)(顏色屬性仍是要加引號的)cnpm

Width&&Height

TextInput   (keyboardType={'numeric'}   鍵盤類型爲數字鍵盤)

Handling Touches

)

5.hello world(100不要加px)

6.constructor在子類調用時,父類也會調用

若是要在子類的constructor裏使用this, 必須調用父類的constructor

若是不這樣作,就拿不到this

如何調用父類的constructor?   super()

若是要在constructor裏使用父組件傳遞過來的參數,必須在調用父組件super時,傳遞參數給父組件的constructor

若是你不在constructor裏邊使用this,或是參數,就不須要super

由於react已經幫你作了this, props的綁定

7.TouchableHighlight      TouchableNativeFeedback     TouchableOpacity     TouchableWithoutFeedback

onpress  點擊事件

8.Flatlist

9.Networking

相關文章
相關標籤/搜索