Fix types for react native 0.72 and more#10
Fix types for react native 0.72 and more#10MateuszRostkowski wants to merge 1 commit intoarabold:mainfrom
Conversation
Update react native types package to the newest version;
|
Thank you for pointing this out and for your contribution 🙏. Unfortunately, this change isn't going to work ultimately. Everything in the To make this work with 0.72, I believe there we need to change the types from If you urgently need a working version in the meantime, you can also check out patch-package which allows you to apply your own fixes (like this one) to NPM packages during installation. |
|
@arabold To make this work I've done this steps:
For now I don't need to make the patch of this package, because I'm just using the fork in my app. So take your time and check this when you will be available. |
|
@arabold |
Issue:
React native in 0.72 have added new type
DimensionValueand react-native-whirlwind types are not working with react-native versions higher than 0.72.React native changes:
FYI:
In case someone want to test it, you can add my repository to your repo: