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.08k stars 191 forks source link

chore: resolve ViewProps type import #446

Closed jaredspeters closed 8 months ago

jaredspeters commented 8 months ago

Summary

SafeAreaContext.ts contains an import for ViewProps that does not meet the TypeScript v5 verbatimModuleSyntax rule. It is now imported as type.

Test Plan

These changes do not affect testing.