Yeonggyun Kim
Yeonggyun Kim
This PR saved my life. Thanks a lot!
@userquin sorry for confusing, I updated attached image. 
@userquin It fails same again. 
@userquin Here's my `vite.config.ts` ```typescript /* eslint-disable camelcase */ import react from '@vitejs/plugin-react' import { defineConfig } from 'vite' import { VitePWA } from 'vite-plugin-pwa' // https://vitejs.dev/config/ export default defineConfig({...
@userquin I'm affraid if it is stupid question, How can I edit the line of zipped file on ide?
@userquin Yes It is zip file. I can't edit the file. 
https://github.com/oblador/react-native-progress/issues/214#issuecomment-726568864 @Tankbt 's solution works nicely!! My environments are > "react": "16.13.1", > "react-native": "0.63.3",
I have same problem. When I change device orientation, bottomSheet lost its snapPoint and it goes to initial state. Is there any solution about this issue?
I have same problem lite this. I think it's because this package seems to using Youtube IFrame API's `loadPlaylist` method. ([Docs](https://developers.google.com/youtube/iframe_api_reference#Playlist_Queueing_Functions)) https://github.com/cookpete/react-player/blob/795b19614977fbe2b89f6fd14503d1bfb121a722/src/players/YouTube.js#L91 In this file, `parsePlaylist()` method returns same shape...
I have exactly same issue like @jakeelsleycomputle and restarting docker container was the only working solution. Here's my environment and docker build command. GCP Compute Engine(ubuntu 24.04) Docker version 27.3.1,...