Files
argon-react-native/App.js
Andrej Guran 36973df709 Update App.js
When fontsLoaded == false and isLoadingComplete == true then none of the branches is executed and the App component returns undefined in the render function which results in invariant violation: Nothing was returned from render.
This small fix should address this by returning null until fonts are loaded
2020-10-03 19:57:27 +02:00

3.0 KiB