dsibiski / react-native-hybrid-app-examples

A collection of examples for using React Native in an existing iOS application
MIT License
228 stars 33 forks source link

Correct RCTRootView initialization with initialProperties:nil #12

Closed CrazyPython closed 6 years ago

CrazyPython commented 6 years ago

It doesn't compile without initialProperties:nil.

Thanks for the wonderful guide by the way.

dsibiski commented 6 years ago

Thanks for spotting this @CrazyPython 👍 ...and you're welcome, I'm glad you are finding it useful. 😄