常用插件:
react-native-check-box 复选框
react-native-sortable-listview 列表拖拽排序
react-native-doc-viewer 预览组件
常用命令:
react-native init 的时候怎么指定版本
react-native init demo --verbose --version 0.38.0
代码:
{/*// {Alert.alert(this.props.navigation.state.params.year)}//从上个界面通过navigate跳转过来 接收参数 取值 用此方式*/}
原文:https://www.cnblogs.com/liuw-flexi/p/11839786.html