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

undefined is not an object (evaluating 'this._onEmoticonPress.bind') react native "0.45.1" #14770

Closed
sachinsinghh opened this issue Jun 29, 2017 · 2 comments
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@sachinsinghh
Copy link

sachinsinghh commented Jun 29, 2017

import Emoticons from 'react-native-emoticons';

export default class Decker extends Component {
_emojiSelected(emoji) {
console.log(emoji)
}

    <Emoticons
 onEmoticonPress={this._onEmoticonPress.bind(this)}
 onBackspacePress={this._onBackspacePress.bind(this)}
 show={this.state.showEmoticons}
 concise={true}
 showHistoryBar={true}
 showPlusBar={true}

/>

@sachinsinghh sachinsinghh changed the title undefined is not an object (evaluating 'this._onEmoticonPress.bind') react native "0.45.1" undefined is not an object (evaluating 'this._onEmoticonPress.bind') react native "0.45.1" Jun 29, 2017
@hramos hramos closed this as completed Jun 29, 2017
@sachinsinghh
Copy link
Author

sachinsinghh commented Jun 29, 2017

@hramos You closed the issue without mentioning solution.

@hramos
Copy link
Contributor

hramos commented Jun 29, 2017

I'm sorry, the issue you opened is missing information. Please make sure to fill out the template when opening a new issue, thanks!

@facebook facebook locked as resolved and limited conversation to collaborators Jun 29, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 18, 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