Closed vyshkant closed 6 years ago
react-navigation
is listed as a peer dependency, which I think is the correct type of dependency in this case, since we don't want users of the library to end up with an old react-navigation
version in their bundle.package.json
. I manually installed the libdefs using flow-typed
, which avoids including any of these packages in the bundle.Let me know if you think this issue needs to be reopened or discussed more!
There is a dependency used in
src/reducer.js
and not defined inpackage.json
:I suggest to add the dependency
react-navigation
topackage.json
.There are also a lot of
import type
rows in different files. I'm not sure whether this kind of dependency should be specified inpackage.json
: