showtime-xyz / showtime-tab-view

A react native TabView component that support collapse header and custom refresh control, powered by Reanimated & GestureHandler. Join Showtime:
https://showtime-xyz.notion.site/Join-Showtime-Public-fa6282938e284134b302184062d7e329
MIT License
219 stars 23 forks source link

Expo warns with "Cannot resolve the path to "react-stickynode" package." #7

Closed desfero closed 1 year ago

desfero commented 1 year ago

This error happens because react-stickynode is a dependency of showtime-tab-view which expo just blindly reads from package.json and tries to resolve the path to the package to see if it has some native modules to link. Given that it's also in peerDependencies pnpm doesn't install the react-stickynode (as we don't have it installed too given we are only using ios/android part of the package).

alantoa commented 1 year ago

yeah, that's makes sense! i'll remove react-stickynode because it's not very useful.

alantoa commented 1 year ago

i just released a new version for this! https://github.com/showtime-xyz/showtime-tab-view/releases/tag/v0.1.4