Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the Portal display to not rerender the entire tree
Summary:public We now wrap the <RootComponent> in an <View> where we can control the accessibility at a high level. This was only used to turn it off for the faded out background view when we show a pop up. We use setNativeProps instead of setState to avoid the render. We really just want to pass this value to the native Android View. Reviewed By: davidaurelio Differential Revision: D2928371 fb-gh-sync-id: 19c34471c33650acb526a2f5a02b6070e844e8d0 shipit-source-id: 19c34471c33650acb526a2f5a02b6070e844e8d0
- Loading branch information