Michael Tran
Michael Tran
This article resolve this issue for me. https://handi.dev/blog/how-run-react-native-on-macbook-m1-apple-silicon
> > This article resolve this issue for me. https://handi.dev/blog/how-run-react-native-on-macbook-m1-apple-silicon > > I don't know how you have done it, but when I try to build it throws the same...
I did this and a little more on my fork if anyone is interested. Feel free to take whatever you need since my changes are **breaking changes** and I didn't...
This is still an issue as it tries to convert a `string` id into a number before performing the search query. https://github.com/vuex-orm/plugin-graphql/blob/50d0bb689bcc8dd7b0db4692ca51f2596621db6c/src/orm/model.ts#L267
something like this ``` constructor(props) { super(props) this.state = { qrcode: '' } } onBarCodeRead={(code) => { if (code.data != this.state.qrcode) { this.setState({qrcode: code.data}) Alert(code) } }} ```
It looks like Vogels is dead... hence i've moved to Dynogels. There's an open PR for this feature: https://github.com/clarkie/dynogels/pull/45 if anyone is intersted
I have the same issue but found a workaround for my current needs. The issue can't be re-produce via the simulator using your keyboard. However, if you use the onscreen...
thank you for sharing that @throbi anyone know why i'm getting the `InternalOAuthError: Failed to fetch user profile` error?