Closed pencilcheck closed 6 years ago
So instead of writing
export default withNavigationFocus(MyScreenView, 'MyScreenView')
You can write
@withNavigationFocus('MyScreenView') export default class MyScreenView ...
Thank you for this PR. This indeed introduced decorators support but broke normal HOC support. I'm closing it as I've implemented it in v1.1.0
So instead of writing
You can write