Birkir Gudjonsson
Birkir Gudjonsson
Found out that having a resolution for "ws" in package.json will cause this, do not do that.
Any updates on this? Not working for me on react-native 0.40. All other providers work.
I've seen some success with the google-signin component, yet to try it.
Sample repo with ARKit + THREE.js (without expo) https://github.com/birkir/react-native-webgl-arkit
Here is a single commit for (most of) the slack integration: https://github.com/fullstackreact/react-native-oauth/commit/135bb8da61a4369ea2ee463a1f0ed265be7759aa It shouldn't be too hard if the LinkedIn api is up to oauth2 spec.
I was able to make this work 1. `yarn add mobx-devtools mobx-devtools-mst` 2. In your `index.ios.js` add ```js import makeInspectable from 'mobx-devtools-mst'; import { connectToDevTools } from 'mobx-devtools/lib/mobxDevtoolsBackend'; // 1....
Hmm, they are using `addEventListener` on the document, you could try to just polyfill this. Let me know if it works! 👍 ```js global.document = { addEventListener() {}, removeEventListener() {}...
imageSharp do not work in preview I am afraid, I have an idea on how to polyfill them, but for now they are not supported
Understood. Yes so the direct queries to prismic should already be stripped out https://github.com/birkir/gatsby-source-prismic-graphql/blob/master/packages/gatsby-source-prismic-graphql/src/components/WrapPage.tsx#L21-L33 What kind of error do you get?
Well.. these won't work directly in the Prismic GraphQL explorer. The plugin does some stripping away for you. So, yeah, do you have the actual Gatsby error?