Mike James
Mike James
```yarn policies set-version 1.18.0``` works for me - yarn will automatically switch to this version just for the project! so neat! https://classic.yarnpkg.com/en/docs/cli/policies/
I'm using plain old ```react-native init``` and copilot is not showing for me. I'm also using react-navigation.
I'm getting this same error ```null is not an object (evaluating 'this.state.currentStep.target')``` reported on our sentry issues.
It seems to be failing on interacting with the auth0 input[type="email"] "Element is not focusable"
FYI I've pushed this to npm on `npm install fork-placeholder.js`, I'll remove it when this repo is finally published.
Yeah I'm not going to stop a publish to npm to cause updates to my build setup, or even make me consider copying the lib into my project and have...
@MehediH did you fix this issue?
@jdsimcoe did you solve this in the end? I'm doing the same thing. but running the build by simply running node index.js the file containing my build. I'm getting callback...
@jdsimcoe Thanks much appreciated. I'll let you know if i make any progress
For example purposes: where you use a method that requires 'moment' or some other heavy dependency ```js function date() { require.ensure('moment') } ```