wix-incubator / react-native-controllers

Native IOS Navigation for React Native (navbar, tabs, drawer)
MIT License
611 stars 82 forks source link

Pass launchOptions via RCCManager #58

Closed edvinasbartkus closed 8 years ago

edvinasbartkus commented 8 years ago

It fixes the issue that methods React.Linking.getInitialURL() and React.PushNotificationIOS.popInitialNotification() were not working because launchOptions were not passed to initialization of an app.

SergeyKorochansky commented 8 years ago

Also bumped into this issue. Thank you for PR!

drorbiran commented 8 years ago

Hi, we wanted to update you that we are currently postponing the processing of pull requests. Please refer to React native controllers evolution, we'll appreciate your feedback.

edvinasbartkus commented 8 years ago

Fixed here by @doronpr. Thanks!