美文网首页
RN组件地址大全

RN组件地址大全

作者: 小熊翻译App | 来源:发表于2023-10-15 09:04 被阅读0次

    1. 导航和路由

    *reactnavigation

    • 1. 基础组件

    react-navigation for github

    yarn add @react-navigation/drawer
    
    yarn add @react-navigation/material-top-tabs react-native-tab-view
    

    2. 三方组件

    yarn add redux
    yarn add react-redux
    yarn add redux-thunk
    或者
    yarn add redux react-redux redux-thunk
    

    注: getting-started redux

    1. react-native-image-picker

    3. 第三方UI组件库

    相关文章

      网友评论

          本文标题:RN组件地址大全

          本文链接:https://www.haomeiwen.com/subject/tyzgbdtx.html