Abdullah Khan

Results 2 comments of Abdullah Khan

> Found a workaround. Not so pretty, but working at least. > > ```js > // _app.tsx > > useEffect(() => { > import('onesignal-cordova-plugin') > .then((x) => x.default) > .then((OneSignal)...

> Currently the only way to force the sheet to remain open is to re-open it when the user closes it: > > ```tsx > const [isOpen, setOpen] = useState(false);...