recr0ns / react-native-material-switch

MIT License
80 stars 83 forks source link

NPM publish #9

Open minigopher17 opened 8 years ago

minigopher17 commented 8 years ago

Hi, is there an expected timeline as to when the latest changes are going to be published on NPM?

Thanks, Phil

david0673 commented 8 years ago

+1

dozoisch commented 8 years ago

@recr0ns Is it possible to publish! It breaks on RN 0.26+

eremzeit commented 8 years ago

For other searchers, you can get around this issue by changing the react-native-material-switch entry in your package.json file to use the master branch from github.

"react-native-material-switch": "git@github.com:recr0ns/react-native-material-switch.git",

logikaljay commented 8 years ago

+1

david0673 commented 8 years ago

@recr0ns ?

pangdaxing23 commented 8 years ago

+1

AdrianHwang commented 7 years ago

You can use this package @adrianhwang/react-native-material-switch@0.0.4 for the time being, which is the same as current master branch.