froatsnook

Results 19 comments of froatsnook

I'm running alt with reactive native without any issues! I just npm installed everything.

From my package.json: ``` javascript "alt": "^0.16.10" "react-native": "^0.6.0" ```

I think it's working for me because I call listen and unlisten manually.

Thanks! A QR code generator would be a lot of work, I think. Sounds fun but I'm a bit too busy for that at the moment :). Will leave this...

Check out the code [here](https://github.com/froatsnook/meteor-shopify/blob/a51a04705c451a92205e648f13adad5e8159aca2/lib/Keyset.js#L48). Check what you're passing to the `addKeyset` function. If I had to guess I'd say that you're using something from `Meteor.settings` which is not in...

*years later* can you submit a PR? ;)

Hey @dbnoble, As far as I know, the rate limits from shopify are per app, not per accessToken :(. I'm sorry that `meteor-shopify` is crashing for you! It's possible that...

Hi @jamesdeantv Can you give me some more info? Do you just want it to work for your shop? Or do you want people to be able to install it...

Hey @kbrissoGitHub. Huh, I didn't know that was possible. How do you start the checkout process? I made the package while building a tool for a shop owner's warehouse --...

First of all, thank you. The auth is definitely the most strange/confusing part of this package, so any improvements sound great to me. I think that your pull request sounds...