expo / snack

Expo Snack lets you run Expo in the browser.
https://snack.expo.dev
MIT License
348 stars 97 forks source link

refactor(runtime): drop `expo-constants` in favor of newer tools #493

Closed byCedric closed 6 months ago

byCedric commented 9 months ago

Why

We've used expo-constants a lot, mostly to check if we need to ping the staging environment or production and a not-so-great alternative to <SafeAreaView>.

How

Test Plan

TBD