Tuan Nguyen

Results 37 comments of Tuan Nguyen

I follow this comment to create a patch package to fix this, it just works. https://github.com/facebook/react-native/issues/33174#issuecomment-1057025719 https://www.npmjs.com/package/patch-package

I facing the same problem.

Causing lib error. This is fixed example repo: https://github.com/ctlabvn/RNSound-fix-remote-url

I am working on rewrite this library for Expo, I need a bit help to release it. https://github.com/anhtuank7c/expo-stt Hope it can be finish in recent week

Expo Speech To Text is **ready** now. Hope everyone could give a try and report bugs (if have) and improve it with me. https://github.com/anhtuank7c/expo-stt

@dulmandakh It'll record the screen then reload the JS 😢

This navigation is injected to project, so people can highest customize the navigator, cache route, animation.

I researched and found the way to implement any kind of loading indicator. Implement 2 callback function as below to toggle show/hide overlay view with spinner inside. ``` onLoadStart onLoadEnd...