snippets
1、Scaffolds a full react-native component class.
React Native Create Class : rncc
rncc2、this.setState() :tts
tts3、Scaffolds a StyleSheet-only module.
Create StyleSheet :css
css4、Shortcut for creating a StyleSheet inline.
StyleSheet.create() : ssc
5、React.PropTypes. :rpt
rptLifecycle Methods
1、constructor() :constructor()
constructor()2、componentWillMount() : cwm
cwm3、componentDidMount() :cdm
cdm4、componentWillUnMount() :cwum
cwum5、componentDidUnMount() :cdum
6、componentWillUpdate() :cwud
cwud7、componentDidUpdate() :cdud
cdud8、componentWillReceiveProps() :cwrp
cwrp9、shouldComponentUpdate() :scud
scud10、static propTypes = {} :propTypes
propTypes11、static defaultProps = {} :defaultProps
defaultProps12、flex: 1 :f1
f113、alignItems: 'center' :ai
ai14、justifyContent: 'center' :jc
jcComponents
1、ActivityIndicatorIOS :rnActivityIndicatorIOS
rnActivityIndicatorIOS2、DatePickerIOS :rnDatePickerIOS
rnDatePickerIOS3、Image : rnImage
rnImage4、ListView : rnListView
5、Navigator :rnNavigator
rnNavigator6、NavigatorIOS :rnNavigatorIOS
rnNavigatorIOS7、PickerIOS :rnPickerIOS
rnPickerIOS8、Text :rnText
rnText9、TouchableHighlight :rnTouchableHighlight
10、View :rnView
rnView
网友评论