如何使用本机模块创建react-native android模块?

时间:2018-07-20 19:58:23

标签: react-native npm

我想从react native创建Redis客户端,并且正在阅读一些教程。

https://www.smoothterminal.com/articles/using-android-native-modules

我已经建造好了。现在,我正在搜索/想要知道如何将其作为npm上的服务?

我想知道项目中重要的文件是什么,人们如何在项目中使用它

1 个答案:

答案 0 :(得分:0)

  1. 首先,上传github项目。
  2. 在npm上创建一个帐户。
  3. 然后只需从控制台登录即可加载它。上载 项目到npm。
  4. 查看Example package.json文件,因此您将链接项目 在npm上加载,在github上加载。

示例package.json

{
  "name": "react-native-nameproject",
  "version": "0.0.1",
  "description": "",
  "repository": {
    "type": "git",
    "url": "https://github.com/user/react-native-nameproject.git"
  },
  "bugs": {
    "url": "https://github.com/user/react-native-nameproject/issues"
  },
  "homepage": "https://github.com/user/react-native-nameproject#readme",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "react-native"
  ],
  "author": "",
  "license": "",
  "peerDependencies": {}

如果您将项目的链接放在git上,最好为您提供帮助。