react-native-windows-samples
react-native-windows-samples copied to clipboard
fix: event declartion and handler
Description
Why
- 'ReactEvent' is obsolete, it raises error when compiling, change it to 'Action'.
- 'eventHandler' is a member of the component, it raises render error without 'this.'