react-native
react-native copied to clipboard
revise updateState logic
Summary:
- updateState was getting called unnecessarily in multiple places
- when dialog is created onSizeChanged() is called with size of the content area. So set the screen width/height for the modal from here
Differential Revision: D62178180