mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
261f9434e5
Summary: There's no good reason for initialProperties to be mutable after the RCTRootView has been created. Passing it in through the constructor means we can skip one dispatch_async.