react-native-masked-view / masked-view

React Native Masked View Library
MIT License
960 stars 120 forks source link

fix(types): utility type removed from RN 0.71 #187

Closed alpha0010 closed 1 year ago

alpha0010 commented 1 year ago

Overview

Updating to react native 0.71, TypeScript errors on this library. The utility type Constructor is private in latest typings. Using this export degrades to any type.

JSX element class does not support attributes because it does not have a 'props' property.

Test Plan

npx tsc runs clean after making this change on a RN 0.71 app.

pavelbabenko commented 1 year ago

Can anyone review & merge it?