最新公告
  • 欢迎您光临起源地模板网,本站秉承服务宗旨 履行“站长”责任,销售只是起点 服务永无止境!立即加入钻石VIP
  • 「译」react-native-create-library 中文文档

    正文概述 掘金(洛竹)   2021-06-06   735

    react-native-create-library 使你可以使用一个命令创建 React Native 原生库的工具

    一、你为什么需要这个?

    如果您要为 React Native 创建原生模块,则需要为要支持的每个平台提供一些原生代码,然后和一些 JavaScript 代码绑定在一起。自己设置可能非常耗时。

    这就是这个工具的用武之地。它创建了一个包含所有当前最佳实践的样板。为什么不用 react-native new-library?不幸的是,该命令不会创建一个最新的库,需要一个已经初始化的 React Native 项目,并且只设置 iOS 方面的东西。

    二、安装

    $ npm install -g react-native-create-library
    

    这个命令将会创建一个 MyFancyLibrary 文件夹,现在可以执行 yarn install 来为你新创建的 Library 安装依赖。

    三、命令

    选项:

    • -h--help: 输入有用的信息
    • -V--version: 输出版本号
    • -p--prefix <prefix>: 库的前缀(默认:RN
    • --module-prefix <modulePrefix>: 库的模块前缀(npm)(默认react-native
    • --package-identifier <packageIdentifier>: (Android only!) The package name for the Android module (Default: com.reactlibrary)
    • --namespace <namespace>: (Windows only!) The namespace for the Windows module(Default: The name as PascalCase)
    • --platforms <platforms>: 支持的平台(用逗号隔开,默认:ios,android,windows
    • --github-account <github_account>: 托管库的 github 账号(默认:github_account
    • --author-name <name>: 作者的名字(默认:Your Name
    • --author-name <email>: 作者的邮箱(默认:yourname@email.com
    • --license <license>: The license type of this library (Default: Apache-2.0)
    • --generate-example <shouldGenerate>: 会生成一个 RN 例子并且 link 刚生成的库(默认:false

    四、程序化使用

    const createLibrary = require('react-native-create-library')
    
    createLibrary({
      name: 'MyFancyLibrary',
    }).then(() => {
      console.log('Oh yay! My library has been created!')
    })
    

    选项

    {
      name: String, /* The name of the library (Default: Library) */
      prefix: String, /* The prefix for the library (Default: RN) */
      modulePrefix: String, /* The module prefix for the library (Default: react-native) */
      platforms: Array, /* Platforms the library will be created for. (Default: ['ios', 'android', 'windows']) */
      packageIdentifier: String, /* (Android only!) The package name for the Android module (Default: com.reactlibrary) */
      namespace: String, /* (Windows only!) The namespace for the Windows module (Default: The package identifier as PascalCase, which is `Com.Reactlibrary`) */
      githubAccount: String, /* The github account where the library is hosted (Default: `github_account`) */
      authorName: String, /* The author's name (Default: `Your Name`) */
      authorEmail: String, /* The author's email (Default: `yourname@email.com`) */
      license: String, /* The license type of this library (Default: `Apache-2.0`) */
      generateExample: Boolean, /* Will generate a RN example project and link the new library to it (Default: `false`) */
    }
    

    起源地下载网 » 「译」react-native-create-library 中文文档

    常见问题FAQ

    免费下载或者VIP会员专享资源能否直接商用?
    本站所有资源版权均属于原作者所有,这里所提供资源均只能用于参考学习用,请勿直接商用。若由于商用引起版权纠纷,一切责任均由使用者承担。更多说明请参考 VIP介绍。
    提示下载完但解压或打开不了?
    最常见的情况是下载不完整: 可对比下载完压缩包的与网盘上的容量,若小于网盘提示的容量则是这个原因。这是浏览器下载的bug,建议用百度网盘软件或迅雷下载。若排除这种情况,可在对应资源底部留言,或 联络我们.。
    找不到素材资源介绍文章里的示例图片?
    对于PPT,KEY,Mockups,APP,网页模版等类型的素材,文章内用于介绍的图片通常并不包含在对应可供下载素材包内。这些相关商业图片需另外购买,且本站不负责(也没有办法)找到出处。 同样地一些字体文件也是这种情况,但部分素材会在素材包内有一份字体下载链接清单。
    模板不会安装或需要功能定制以及二次开发?
    请QQ联系我们

    发表评论

    还没有评论,快来抢沙发吧!

    如需帝国cms功能定制以及二次开发请联系我们

    联系作者

    请选择支付方式

    ×
    迅虎支付宝
    迅虎微信
    支付宝当面付
    余额支付
    ×
    微信扫码支付 0 元