Fernando Jorge

Results 2 comments of Fernando Jorge

Hmmm, the correct steps for launching a React Native app in Mac are: yarn cd ios pod install cd .. yarn ios Did you do them? I found someone on...

I was having the same problem, so basically I created a hook useSound, which contains a componentWillUnmount inside a useEffect as @augustocesarfmo suggested: ```js useEffect(() => { return () =>...