Please enable JavaScript.
Coggle requires JavaScript to display documents.
React Native (cài đặt môi trường phát triển (phần mềm giả lập (genymotion,…
React Native
cài đặt môi trường phát triển
java jdk8
android studio
phần mềm giả lập
genymotion
máy thật: localhost thành ip
config Enviroment Variable
ANDROID_HOME
JAVA_HOME
lifecycle of components
1-constructor
2-componentWillMount
3-render
4-componentDisMount
react-native-cli
tạo project:$react-native init project-name
run:$react-native run-ios/android
view log:$react-native log-ios/android
project
component
props:không đổi
state:thay đổi
truyền tham số: this.props.hoten
xuất :export default
index.ios.js/android.js
import
React,Component
AppRegistry,View,Text
AsyncStorage
app.js
custom class extend component
views~div tag
get props:{this.props.hoten}
css
flex:chia theo tỉ lệ
touchtable
onPress
ListView
dataSource
renderRow
images