expo / snack

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

refactor(website): user proper `SafeAreaView` and drop `expo-constants` as default dependency #448

Closed byCedric closed 1 year ago

byCedric commented 1 year ago

Why

This is more in line with the best practices. Users can also use libraries such as react native safe area context, but this is an out-of-the-box solution.

Dropping the expo-constants as default dependency, since we don't need it anymore. But, users can add it back if needed.

How

Test Plan

See staging.