Kyle
Kyle
Thanks, @robertoyoc 👍 I used your approach combined with [dotenv](https://www.npmjs.com/package/dotenv) to load env vars from `.env` the way they do in the `tsconfig` version of this [Expo guide](https://docs.expo.dev/guides/environment-variables/#from--appconfigjs).
I found @donalbertico 's advice worked for me. I see [the PR with the latest changes to `find-node.sh`](https://github.com/facebook/react-native/pull/32712) was merged & released in [RN v0.67.2](https://github.com/facebook/react-native/releases/tag/v0.67.2) ~so downgrading to v0.67.1 should...
As a workaround while this is still open, I used a slightly different approach to the `[ignore]` because that will give `cannot resolve module` errors when linting with `flow`. Instead...
I see this issue is resolved on @yashpalraj 's fork in https://github.com/yashpalraj/Android-ContactPicker/commit/b2f3e2ee2e56de1ebd3c7600ecb44d8ba56aa938. I've created a PR here based on that work which migrates to AndroidX: https://github.com/1gravity/Android-ContactPicker/pull/45
Taking @DadiBit's suggestion, I got a simple version working like so: ``` const { filepath } = await prompts([ { type: 'text', name: 'filepath', message: 'Please enter your [relative] path?',...
I'm excited to use Knobs and other plugins through the view enhancers! But in my project using `exploreWithCategories`, I also found it particularly difficult to reconcile the category-based view enhancer's...
I'm experiencing a similar problem because the token needs a refresh: ``` {"error":{"message":"Error validating access token: Session has expired on Saturday, 13-Dec-14 01:08:29 PST. The current time is Tuesday, 26-May-15...