LunatiqueCoder / luna

Luna - a React Native + Next.js template. Built with TypeScript :heart:
https://luna-gamma.vercel.app/
MIT License
264 stars 17 forks source link

perf: use initialWindowMetrics on SafeAreProvider #40

Closed mikehardy closed 2 years ago

mikehardy commented 2 years ago

https://github.com/th3rdwave/react-native-safe-area-context#optimization

appears to work in testing, can't see why not to use it per docs

not the most important thing in the world but when you're reading docs, and you see things, best just to do them instead of add to a list...