CLI for automatically adding Snack examples for RN repos?

Hey,

One of my goals for 2018 is to create awesome react native modules that include Snack examples. I’ve been thinking about snack . which would look at your App.js and any assets and automatically upload them.

I couldn’t find anything, but did see the snack-sdk.

Would there be anything stopping me from making this work the way I’d like?

Thanks!

I think snack-sdk will need a polyfill to work locally, but otherwise should be pretty smooth sailing

Here’s a prototype of “snack for the desktop” that might be worth a quick look.

https://github.com/ccheever/snacktop

It’s not exactly what you’re describing but we love the idea of making Snack and “traditional” projects closer together.

1 Like

This is really cool. If it works the way I think it does (on phone), I think I can make this work.

Thanks for sharing!

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.