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

feat(iOS): introduce RCTUIConfiguratorProtocol

Open okwasniewski opened this issue 4 months ago • 1 comments

Summary:

This PR introduces RCTUIConfiguratorProtocol for better separation of concerns inside of RCTAppDelegate.

It's also a prerequisite for #46298

Discussed with @cipolleschi

Changelog:

[IOS] [ADDED] - introduce RCTUIConfiguratorProtocol

Test Plan:

  • CI Green
  • Test if methods can be overriden

okwasniewski avatar Oct 21 '24 15:10 okwasniewski