You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered: