You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seem to be quite a few issues and opened PRs - I am happy to help you guys with improving it and fixing bugs, just need some clarification on what are the plans for this module.
The text was updated successfully, but these errors were encountered:
@grabbou this module is mainly used by the Apache Cordova tools. Its current release is stable enough for Apache Cordova based projects. We occasionally fix issues and rarely add new features. I usually merge all the pull requests if they are submitted with some descent test coverage and don't conflict with the current tree. Tests are important because everything overlaps and therefore anything that gets added might break some existing functionality.
If you want to add features, merge pull requests and/or help maintain this module, I would be more than happy to give you access to this repository and ownership of the NPM module. You can just start by submitting a PR for Issue #94 that you submitted earlier.
Hey,
We are heavily using this module in
rnpm
(which is becoming a part of facebook/react-native soon) and had to write our custom functions to operate on top of this module in few cases to workaround issues, e.g: https://github.com/rnpm/rnpm-plugin-link/blob/master/src/ios/getBuildProperty.js#L4-L10There seem to be quite a few issues and opened PRs - I am happy to help you guys with improving it and fixing bugs, just need some clarification on what are the plans for this module.
The text was updated successfully, but these errors were encountered: