wix-incubator / react-native-controllers

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

setRootController with animation fails if this is the initial setRootController #41

Closed talkol closed 8 years ago

talkol commented 8 years ago

Assuming you only have one controller in your app, if you start it with setRootController('MoviesApp', 'slide-down'), the app doesn't start

artald commented 8 years ago

@talkol just pushed a fix (see fea42c1). Please see that it solves the issue in your project, and if so - include it on the next release.

talkol commented 8 years ago

looks good. will release today