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.14k stars 197 forks source link

Cast View to the NativeSafeAreaViewInstance for .macos and .windows to get the correct type definitions #404

Closed magom001 closed 1 year ago

magom001 commented 1 year ago

Summary

Issue is described in https://github.com/th3rdwave/react-native-safe-area-context/issues/402

Test Plan

This is for typescript type definitions only.

janicduplessis commented 1 year ago

Thanks!