mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/50787 Converting Event from Java to Kotlin resulted in a number of breaking changes for Kotlin libraries that were using an `.eventName` accessors from the `getEventName()` Java method. This diff re-adds the `eventName` property without backing field. This could potentially be disruptive in OSS but only one library is affected: https://github.com/search?type=code&q=%22import+com.facebook.react.uimanager.events.Event%22+%22val+eventName%3A%22+%22%3A+Event%3C%22+language%3AKotlin+path%3A*Event.kt+NOT+is%3Afork+NOT+org%3Afacebook+NOT+path%3AInteropEvent.kt Changelog: [Internal] [Changed] - Reviewed By: cipolleschi Differential Revision: D73193202 fbshipit-source-id: a69159950e1ef275c93f265f264525236a19d1db