-
Notifications
You must be signed in to change notification settings - Fork 71
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
React.PropTypes, React.createClass replaced for RN 0.49+ #33
Conversation
@chirag04 Hope you'll have some time to review this. It's a blocker with RN 0.49. Thanks |
"onDidClearAllBookmarksEmitter": {}, | ||
"onDidAddBookmarkEmitter": {}, | ||
"onDidRemoveBookmarkEmitter": {}, | ||
"onDidUpdateBookmarkEmitter": {}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you remove this file?
# yarn lockfile v1 | ||
|
||
|
||
asap@~2.0.3: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this file please?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Disagree about removing this one. I use yarn, it's gaining popularity, I think it's better than npm and it's a drop-in replacement. Doesn't hurt to have the file, can be ignored if not using.
just 2 nits and we can ship this. ideally we switch everything to es6 classes but it's fine for now |
@chirag04 how about you make the call for what you want to merge. Merge this and then you can delete "offending" files as you wish. |
Can either this PR or #32 possibly get merged soon, please? |
Fixes #30, #31
Redbox errors otherwise.