netceteragroup / react-native-twitterkit

A React Native wrapper around Fabric's TwitterKit.
MIT License
22 stars 10 forks source link

Provide an NPM package #12

Open hcharley opened 7 years ago

hcharley commented 7 years ago

Is the project still in progress? Are folks just installing this from github?


$ npm install react-native-twitterkit
npm ERR! Darwin 16.6.0
npm ERR! argv "/usr/local/Cellar/node@6/6.10.2/bin/node" "/usr/local/bin/npm" "install" "react-native-twitterkit"
npm ERR! node v6.10.2
npm ERR! npm  v4.2.0
npm ERR! code E404

npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/react-native-twitterkit
npm ERR! 404
npm ERR! 404  'react-native-twitterkit' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.```
ognen commented 7 years ago

Currently, we use it using a github dependency, yes.

iamkhush commented 6 years ago

I think this should be closed since you already have a npm package

ognen commented 6 years ago

@iamhush hmm, yes someone published a npm package from a fork of this repository, but that wasn't us.

Would be nice if this person gets in touch so we can organize the support better.

iamkhush commented 6 years ago

@ognen But then why do you have it on the readme ?

ognen commented 6 years ago

@iamkhush ... seems a leftover from a project template. Fixed it.