mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
5e31b45fc7
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/45378 Kotlin consumers of those APIs are forced with this breaking change: ``` # Before thanks to Java property conversion Dynamic.type # After Dynamic.getType() ``` This restores the old more idiomatic API by moving those 2 funcitons to be vals. Changelog: [Android] [Fixed] - Undo breaking change on Dynamic.type and Dynamic.isNull Reviewed By: javache Differential Revision: D59631783 fbshipit-source-id: 8d720af34e104ee0e4f3120302a4a84fc17a7b1c