daimo-eth / daimo

Your own bank, on ethereum
https://daimo.com
GNU General Public License v3.0
330 stars 27 forks source link

Setup all UI elements before splash screen is hidden #1174

Open nounderline opened 2 weeks ago

nounderline commented 2 weeks ago

There are minor visual glitches due to StatusBar color change and lazy-loaded icon vectors shifting app layout. See frame-by-frame visual documentation of this problem here: https://github.com/daimo-eth/daimo/pull/1152#issuecomment-2173717012

This could be solved by setting <StatusBar /> prop to static value and waiting for useFonts to finish before rendering anything.