react-native-snippets(Sublime Text3 用)快速代碼
Create Page
Create Class
rncc
Create StyleSheet
css
LifeCycle
this.setState()
tts
constructor()
constructor()
componentWillMount()
cwm
componentDidMount()
cdm
componentWillUnMount()
cwum
componentDidUnMount()
cdum
componentWillUpdate()
cwud
componentDidUpdate()
cdud
componentWillReceiveProps()
cwrp
shouldComponentUpdate()
scud
Props
React.PropTypes.
rpt
static propTypes = {}
propTypes
static defaultProps = {}
defaultProps
Style
StyleSheet.create()
ssc
flex: 1
f1
alignItems: 'center'
ai
justifyContent: 'center'
jc
Components
ActivityIndicatorIOS
rnActivityIndicatorIOS
DatePickerIOS
rnDatePickerIOS
Image
rnImage
ListView
rnListView
Navigator
rnNavigator
NavigatorIOS
rnNavigatorIOS
PickerIOS
rnPickerIOS
Text
rnText
TouchableHighlight
rnTouchableHighlight
View
rnView