forked from Expensify/App
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: ReportScreen show loading until report data is available
This configuration would show a loading transition only until new data is available from props This is well bellow the 300ms and on web/desktop/iOS the full screen loader is not visible On Android data from AsyncStorage comes with a bit delay so you'll see a full screen loading Maybe the downside here is that the Fullscreen loader does not cover the actual rendering of the chat history The `completeTransition` can be modified to include a brief delay for this
- Loading branch information
Showing
3 changed files
with
47 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters