Nicholas Lee

Results 36 comments of Nicholas Lee

Sorry, Our checkbox was never officially tested in Expo. There would be some problems when running our checkbox in the expo environment. We would maybe support the expo in the...

@mitunchidamparam Thanks for your idea, we are opening for the pull request. Could you implement this by pull request? It is convenient for us to discuss in that way

@goatandsheep Sure, feel free to PR to fix that

Fixed! Thanks for your report and Happy new year!

Thanks for using our library! I am trying to reproduce your case. Could you please give me more info about your case? For example, Is there any error on your...

You must config the token in the header, eg ```js autoUpdater.setFeedURL({ provider: 'github', token: 'YOU-TOKEN', owner: '****', }); ```

OK, I have upgraded some packages and migrate to yarn, Please try to remove the `node_modules` in the root of your project, and run `yarn` to install them again

Thanks for your report, and I am writing more detailed document those days. Before that could you please tell me more information about your environment? For example, What kind of...

I just check the new version of posthtml-loader, It seems that you guys already add the path information to the parameter by the loader, great!! waiting for the release!

but, It seems that the plugins of posthtml have the dependency on webpack/gulp/...., isn't it, so without those builders, the ecosystem of posthtml will be weak, isn't it?