How can i debug locally after exporting from snack?

Hey I’m new to snack and thats fantastic!
I know expo do not support all third party npm module but i could use modules like ‘japanese-encoding’ and ‘cheerio’ successfully on snack.
I was wondering can I export that snack to my laptop and continue debugging locally with those third party modules?

Hey @szhielelp,

If you export your project, you can working on it locally by installing the expo-cli via npm or yarn and then running expo start in the project’s directory. If the modules worked in Snack, they should work locally as well.

Cheers,

Adam

Thanks, appreciate for your reply! Snack is REALLY REALLY COOL~

1 Like

Glad to hear you enjoy creating with it!

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