Skip to content

NavigatorIOS button clicked event is not firing #2037

@steve-ng

Description

@steve-ng

Using react 0.7.1. tried clicking both the right and the left button, the clicked event is not firing.

      <NavigatorIOS
        initialRoute={{
          component: LiveResult,
          title: 'My View Title',
          leftButtonIcon: require('image!Menu16'),
          onLeftButtonPress:() => {
            this._leftButtonPressed();
          },
          rightButtonIcon: require('image!Refresh16'),
          onRightButtonPress: () => {
            console.log('right button pressed!');
          },
        }}
        tintColor="#FFFFFF"
        barTintColor='#C2185B'
        titleTextColor="#FFFFFF" />

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions