-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Description
Issue Description
Also see: aksonov/react-native-router-flux#1647
During a transition from a list view into a gifted chat view, the view is not rendered until after the component has mounted and is in center stage. As a result, during the transition the screen remains blank. This is not related to the state being set in the constructor or componentWillMount. The input is not even visible.
Steps to Reproduce / Code Snippets
react-native-router-flux scenes where the destination is a GiftedChat
Expected Results
The GiftedChat should ideally render before the transition to be visible. At least parts of the UI should be there.
Additional Information
- react-native-router-flux v3.37.0
- react-native v0.41.2
- react-native-gifted-chat version: 0.1.0
- Platform(s) (iOS, Android, or both?): both
Metadata
Metadata
Assignees
Labels
No labels