Open mchriss opened 2 years ago
I have the same question. Is it that hard to give a quick answer?
Of course this package is incompatible with react native. It functions by opening a browser window for auth and injecting google's content over your webpage
I am working on a react native solution. Our react web app will host a page with this react-picker. We will open that page with an in-app webview, and using a redirect, the app can pick up the file ids that come back from the picker
Calling the
const [openPicker, authResponse] = useDrivePicker();
function causes the app to crash, with the above mentioned error.Is this package incompatible with React Native?