Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NavigatorIOS button clicked event is not firing #2037

Closed
steve-ng opened this issue Jul 18, 2015 · 0 comments
Closed

NavigatorIOS button clicked event is not firing #2037

steve-ng opened this issue Jul 18, 2015 · 0 comments
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@steve-ng
Copy link
Contributor

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" />
@facebook facebook locked as resolved and limited conversation to collaborators Jul 18, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 22, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

2 participants