shirakaba / react-nativescript

React renderer for NativeScript
https://react-nativescript.netlify.com
MIT License
280 stars 14 forks source link

Move event listener updating (on props/state change) into the Renderer #4

Closed shirakaba closed 5 years ago

shirakaba commented 5 years ago

May be tough to solve this in practice, as the core components don’t have unique event listener setter fields like onPress; they use on() for all types of event.

shirakaba commented 5 years ago

I think this is more appropriate to delegate to the component after all.