nandorojo / dripsy

🍷 Responsive, unstyled UI primitives for React Native + Web.
https://dripsy.xyz
MIT License
2.01k stars 80 forks source link

Duplicate Identifier #182

Closed seanaguinaga closed 2 years ago

seanaguinaga commented 2 years ago

Looks like there is a conflict with TypeScript?

Any ideas on how to overload?

Screen Shot 2022-03-07 at 11 16 22
nandorojo commented 2 years ago

your declaration merging isn’t following the docs correctly. it should be an interface, not a type

seanaguinaga commented 2 years ago

Thank you!

Stole this from an expo/next monorepo, will update it there too

nandorojo commented 2 years ago

cool! which monorepo?

seanaguinaga commented 2 years ago

This one: https://github.com/team-nimble/smd

Worked great for me, I made an nx workspace repo from this successfully, all the others I tried never worked as a base