react-native-config-reader icon indicating copy to clipboard operation
react-native-config-reader copied to clipboard

Publish to npm

Open sseppola opened this issue 3 years ago • 1 comments

The latest published package on npm is 4.1.1, so 4.2.0 and 5.0.0 is missing.

Ref. https://www.npmjs.com/package/react-native-config-reader

Let me know if I can help.

sseppola avatar Sep 19 '22 18:09 sseppola

Hey there. So, @csath had a bunch going on and added me as a contributor to this repo last year, giving me enough access to push and merge to the GitHub project, but unfortunately that doesn't include access to NPM.

It's technically possible to get something set up via CI, but that would require some level of from the original author, if even just to configure the correct secrets in GitHub… not really sure where that prospect stands, though.

That said, it's possible to install directly from GitHub. One of my projects accomplishes this like so:

{
  "dependencies": {
    // ...
    "react-native-config-reader": "github:csath/react-native-config-reader#e0387be48e0ef8c55efa13815080ff2bad7c3e94",
  }
}

It's not ideal, but at least its serviceable until the author might have some extra cycles.

prometheas avatar Feb 01 '23 20:02 prometheas