Hyo

Results 170 comments of Hyo

> Contributor @EvanBacon @marklawlor I don't think issue with `stylis` is resolved yet 🤔

+1 for the issue. This only happens in the release web build. I've tried to update all packages and remove `metro.config.js` but no luck 😥

Same here. Tried above https://github.com/expo/expo/issues/21568#issuecomment-1546702711 and no luck!

> I'm having the exact same issue, locally when I build everything looks good and I can see the icons with npx expo start or npx serve dist. Only when...

Finally solved it! I was deploying my webapp with firebase hosting and it ignores `node_modules` by default which we should contain. I made a fix not to ignore `assets/node_modules/**` and...

This is a `feature request`. How about trying to give a `PR` yourself or try to add more information here which will help contributing?

> > I feel like `react-native-audio-recorder-player` is doing too much. The `startRecording` method should just try to record, and then, if the method fails it could warn the user about...

![DT7LB68ju4](https://user-images.githubusercontent.com/27461460/195984902-4cc70ef2-291c-4fa9-aff9-0d618c6a0fe6.gif) This is currently only available when mediaPlayer has not `stopped`. How about `startPlayer` then use seeking?

Thanks for sharing your problem @sikemullivan . The manual installation is a pretty old approach which is for users using React Native version below 0.60. Mostly, automatic installation and [post...

https://user-images.githubusercontent.com/27461460/205488009-836f611b-70cc-47fd-afdd-feb4b27c5dcb.mp4 Could you kindly test the example app too? I couldn't reproduce this.