Fixed a crash that happens when the view is removed from hierarchy before the tweet is loaded. When the tweet is loaded and the view needs to be resized, there is an assertion that fails because the shadow view is no longer in the hierarchy. In this case React Native's UI manager throws an error and the app crashes.
Fixed a crash that happens when the view is removed from hierarchy before the tweet is loaded. When the tweet is loaded and the view needs to be resized, there is an assertion that fails because the shadow view is no longer in the hierarchy. In this case React Native's UI manager throws an error and the app crashes.