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 (React.PropTypes.func) #15

Closed
wayne1203 opened this issue Oct 27, 2017 · 3 comments
Closed

Undefined is not an object (React.PropTypes.func) #15

wayne1203 opened this issue Oct 27, 2017 · 3 comments

Comments

@wayne1203
Copy link

I'm using RN 0.49 and emoticons 1.0.7
_onEmoticonPress and _onBackspacePress are implemented
and showEmoticons has been defined in constructor

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

screenshot_1509078165

@xiewang
Copy link
Owner

xiewang commented Oct 27, 2017

refer to #14

@wayne1203
Copy link
Author

Thank you.
After I changed all the files following the pull request and edited "DefaultTabBar.js" for using 'prop-types'
I got another error... It's the same problem (Due to PropTypes)
Seems like are the problems of react-native-scrollable-tab-view

@wayne1203
Copy link
Author

Fixed by downgraded to RN 0.48.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants