Vladyslav Kochetkov
Vladyslav Kochetkov
They are actually async calls so you have to handle them as such
For some reason in this project react-native link doesn't work. The following solves this issue. Open XCode, go to your workspace. Right click on your project and press on `Add...
Just commenting on this as well, I've seem a few other libraries do the same thing as @TheEhsanSarshar is suggesting, (I think including native base), so I think it's fine...
Running into this issue as well
I'm pretty sure the error lies here. https://github.com/tamagui/tamagui/blob/0c377aa5d7a2f2d3c32e96431dcec52a366aa708/packages/web/src/createTamagui.ts#L80. `configIn.tokens[key][skey]` fails to resolve to anything meaningful
Same here. The issue happens when trying to use it in the ui package.
Yes I do think this is a bit of an issue. @theoephraim returning a new request does work, but then other hooks are skipped according the docs, which isn't a...