Skip to content

NavigatorIOS button clicked event is not firing #2037

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" />

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions