James Wrubel
James Wrubel
Formik doesn't make it easy for child components to validate themselves. I tried a bunch of options and I found the code was messy and hard to follow, so what...
I just ran in to this issue as well - it cost me a few hours trying to debug my setup. Never would have guessed that removing the `Client ID`...
Also you can use the `expo-asset` and `expo-file-system` libraries to load model and texture data through `require`. I quickly extracted this from a project - hopefully you can modify it...
@valerybodak 's solution also worked for me. I'm not actually even using this library but reviewing the dependencies as @joonhocho suggested, then excluding them with `exclude group: "com.google.android.gms"` got me...
> I would be curious to know what environment you can't use web workers in? They are supported pretty well even in older browsers, although I'm not sure if the...
It's possible I'm getting lost in the code a bit. The hook only returns `ref` whereas the `use-cannon` package returns an api that the docs show being referenced in `useFrame`,...
There's definitely something going on with the vote module but I'm not seeing the behaviour as described in this issue. When I take a fresh install of example-forum, create an...
@Discordius I was able to extract what I needed from your repo and I got voting working correctly - thank you! It was quite a lot of changes and they're...
Good idea - there's no reason not to make it public so I just opened it. I had originally started trying to keep individual commits but that got too hard,...