When running loki on a react-native project, users run into:

Workaround:
yarn install -D hoist-non-react-statics
Ideal solution:
Make hoist-non-react-statics library a dependency of this library, so the user doesn't have to deal with the extra dependency.