react-native-safe-area-context icon indicating copy to clipboard operation
react-native-safe-area-context copied to clipboard

Add forwardRef to SafeAreaView.web.tsx

Open paulpopiel opened this issue 3 years ago • 0 comments

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

paulpopiel avatar Jul 07 '22 03:07 paulpopiel