Closed fkranenburg closed 8 months ago
This PR fixes the issue https://github.com/nysamnang/react-native-raw-bottom-sheet/pull/146
I've used patch-package
for now
well, it did not yet, @guy-shahine you guys have to merge it
Am still having the same issue on my RN typescript project.
@gabk17 I don't have proper permissions to merge, I approved the PR and waiting for the repo maintainers to merge and release a patch
Need this fixed. Hope patch will be released soon.
Not fixed yet.
@nysamnang please consider merging this PR. It would solve a simple type definition issue for many people without altering any functionality. Thanks!
Merged #146
Our typescript compiler is complaining about
Property 'children' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<RBSheet> & Readonly<RBSheetProps>'.
and it looks like this is because of RBSheetProps is missing PropsWithChildren