Navigation.push(this.props.componentId,
{
component: {
name: component,
passProps: {
},
options: {
topBar: {
leftButtons: [
{
id: 'back',
icon: require('../../resource/images/nav_back.png')
}
],
},
}
}
});
export default class BaseView extends Component<Props> {
onNavigationButtonPressed(buttonId) {
console.log(buttonId)
}
}
same symptom
@a289459798 how are you registering your screens? If you are using a HOC for wrapping your screen with a redux Provider this may be related to #3322.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If you believe the issue is still relevant, please test on the latest version and report back. Thank you for your contributions.
The issue has been closed for inactivity.
Most helpful comment
@a289459798 how are you registering your screens? If you are using a HOC for wrapping your screen with a redux
Providerthis may be related to #3322.