Deprecate `use-expo` in favor of `@use-expo/*`
byCedric opened this issue · 0 comments
byCedric commented
Old version
The "old" idea was to include all hooks in use-expo
, to simplify things. Unfortunately, this "simplifies" a really minor step but also makes peer dependencies more complex.
New version
Deprecate the package use-expo
to only use @use-expo/*
packages.
Additional context
See #238