th3rdwave / react-native-safe-area-context

A flexible way to handle safe area insets in JS. Also works on Android and Web!
MIT License
2.18k stars 200 forks source link

Revert "fix: use kotlin compatible getType" #515

Closed WoLewicki closed 4 months ago

WoLewicki commented 4 months ago

Reverts th3rdwave/react-native-safe-area-context#507 since in the newest RCs we decided to drop the getType syntax in favor of the old one, meaning this is no longer necessary.

johnf commented 3 months ago

@janicduplessis Can we get a release with this in it? Currently breaking in RN 0.75

danisOktaxi commented 3 months ago

Breaking build on RN 0.75.1 /SafeAreaViewShadowNode.kt:146:21 Unresolved reference: getType /SafeAreaViewShadowNode.kt:166:20 Unresolved reference: getType

janicduplessis commented 3 months ago

Released!