-
Notifications
You must be signed in to change notification settings - Fork 54
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
Configure how often upload progress event emitted, as well as UI revamp #18
base: master
Are you sure you want to change the base?
Conversation
…ess events being emitted
ah hold up on this, only implemented in Android, will implement in iOS |
Thanks! I'll take time to review it. 😄 |
sendEvent("@_RNS3_Events", result); | ||
getReactApplicationContext() | ||
.getJSModule(DeviceEventManagerModule.RCTDeviceEventEmitter.class) | ||
.emit("State_Changed", result); |
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.
Just sendEvent("State_Changed", result)
? There are different?
Also, I prefer to use @_RNS3_
as a event name prefix, we must ensure it don't conflict with other libraries.
Currently we handle I think we should keep the old way and split event into |
I think that's a great idea
|
Any update on this? |
The justification for the UI revamp is as follows: