mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 17:45:59 +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.