Closed WoLewicki closed 5 months ago
PR adding compatibility for RN 0.75.0-rc.2. Since Dynamic class has been migrated to Kotlin: https://github.com/facebook/react-native/blob/e320ab47cf855f2e5de74ea448ec292cf0bbb29a/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/bridge/Dynamic.kt, the name of function to use is strictly getType. It is compatible with previous versions so should be safe to just merge.
0.75.0-rc.2
Dynamic
getType
Thanks!
Summary
PR adding compatibility for RN
0.75.0-rc.2
. SinceDynamic
class has been migrated to Kotlin: https://github.com/facebook/react-native/blob/e320ab47cf855f2e5de74ea448ec292cf0bbb29a/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/bridge/Dynamic.kt, the name of function to use is strictlygetType
. It is compatible with previous versions so should be safe to just merge.Test Plan