Stephen Lizcano

Results 8 comments of 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 ![CleanShot 2023-12-17 at 16 09 40@2x](https://github.com/sashabaranov/go-openai/assets/25097587/15ed6fec-314f-48ba-a825-7062459535ba) 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...