react-native-navigation-redux-starter-kit icon indicating copy to clipboard operation
react-native-navigation-redux-starter-kit copied to clipboard

static get options() not working

Open reepias opened this issue 6 years ago • 2 comments

image

static get options() not working

image

but using Navigation.registerComponentWithRedux( HOME_SCREEN, () => require('../screens/Home').default, Provider, store ) static get options() is working

reepias avatar Apr 28 '19 14:04 reepias

+1

Crisis2010 avatar May 07 '19 14:05 Crisis2010

Use this solution, it is working for me

https://wix.github.io/react-native-navigation/api/component/#registering-a-component-wrapped-with-providers

balajsr avatar Nov 02 '20 18:11 balajsr