Realtime style editing

Hello,
expo coding is really fast, but styling of the screens, aw, pain in the…
Is there any workflow on how to do live styling without the constant save/reload on real device?
thanks for sharing any tips …

Hey @kyjak,

You can use hot reloading via the debug menu https://docs.expo.io/versions/v29.0.0/workflow/development-mode Fair warning though, hot reloading on Android is currently pretty slow and something we are working on.

Also, you can use Snack https://snack.expo.io/ which is a great way to quickly iterate your UI and test new styles out without having to load your full project every time.

Cheers,

Adam

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