react-native icon indicating copy to clipboard operation
react-native copied to clipboard

revise updateState logic

Open alanleedev opened this issue 5 months ago • 1 comments

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

alanleedev avatar Sep 04 '24 23:09 alanleedev