Stephen Lizcano
Stephen Lizcano
I'll look into taking up the baton, give me a few days as I really need a package like this for long-term
This is outside the realm of this package, you'd have to ask the Expo team to include it in the next Expo SDK.
This also occurs in React Native when you have a useFocusedEffect that triggers when a user refocuses/returns to a screen
@thgcst I'm also running into this error. Did you ever find a solution?
If you do not see it available in your playground dropdown, for example, then you do not have access to it. https://platform.openai.com/playground?mode=chat  ChatGPT is...
@vik-buchinski You are more than welcome to sponsor them to prioritize the fix: https://github.com/mozilla/pdf.js/issues/17245#issuecomment-2017812624
Brent from react-navigation wrote an example here: https://github.com/brentvatne/bottom-sheet-example/blob/master/App.tsx
I use a global state management like MobX and set a flag to open/mount the respective component when needed. So like {this.globalStore.bottomSheetBActive && } etc. So if you follow that...