expo / ex-navigator

Route-centric navigation built on top of React Native's Navigator
MIT License
522 stars 68 forks source link

Remove duplicate default export on ExRouteRenderer #129

Closed Bhullnatik closed 8 years ago

Bhullnatik commented 8 years ago

There is already an export default at the class definition.

Since to have been here for a long time but just broke my project.

mention-bot commented 8 years ago

@Bhullnatik, thanks for your PR! By analyzing the annotation information on this pull request, we identified @ide, @brentvatne and @kemcake to be potential reviewers

ide commented 8 years ago

Fixed in 0.4.8 but thanks for the PR