-
Notifications
You must be signed in to change notification settings - Fork 123
Emit events for host library actions & misc fixes #130
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
Conversation
"singleQuote": true, | ||
"tabWidth": 2, | ||
"trailingComma": "es5", | ||
"trailingComma": "all", |
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.
Matches prettier style used by CB internally
}, | ||
"dependencies": { | ||
"buffer": "^6.0.3", | ||
"react-native-url-polyfill": "^1.3.0" |
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.
Polyfills URL and Buffer which don't have complete implementations in React Native
f681a6b
to
6cefa58
Compare
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.
| SendSuccessResponseEvent | ||
| SendFailureResponseEvent; | ||
|
||
const events = new EventEmitter(); |
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.
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.
Renamed 9b0a6af
Looks mostly good. I would normally advise splitting up any formatting into separate PR, but this is fine for the PR size. |
Summary
URL
andBuffer
which aren't in React Native by defaultgetAndroidIntentUrl
How did you test your changes?