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

[Navigator] onRightButtonPress call a View's method , shows undefined #3027

Closed
mhfc007 opened this issue Sep 25, 2015 · 1 comment
Closed
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@mhfc007
Copy link

mhfc007 commented Sep 25, 2015

this.props.navigator.push( {
title : "Photos" ,
component : PhotoView ,
passProps:{} ,
rightButtonTitle : 'Upload' ,
onRightButtonPress: PhotoView._onPick
}) ;

I defined _onPick in PhotoView , but when i click "Upload" , it shows undefined , why ?

@ide
Copy link
Contributor

ide commented Sep 25, 2015

Please use Stack Overflow for questions. The issues on this repository are intended for bug reports.

@mhfc007 mhfc007 closed this as completed Sep 25, 2015
@facebook facebook locked as resolved and limited conversation to collaborators Jul 21, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 21, 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

3 participants