shirakaba / react-nativescript

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

Simplify props-handling upon event listener change by matching Page's approach #19

Closed shirakaba closed 5 years ago

shirakaba commented 5 years ago
shirakaba commented 5 years ago

The big one – ContentView – now matches Page's approach. I'll get to the other more trivial ones (e.g. Button) in time.