react-native-safe-area-context
react-native-safe-area-context copied to clipboard
Add forwardRef to SafeAreaView.web.tsx
https://github.com/th3rdwave/react-native-safe-area-context/blob/ccce005593e19fd24ab27f5e3f9d3f2c00d220c7/src/SafeAreaView.web.tsx#L22
Web version of SafeAreaView is missing a forwardRef passing the ref to the underlying returned View.
e.g. similar to mobile version: https://github.com/th3rdwave/react-native-safe-area-context/blob/d14de35ac6faa1dd61d370e04443999a86f2d5b2/src/SafeAreaView.tsx#L9