Hello i am so begginer of Native Devloping.
What i want is simply record sound file and play.
I was able to successfully record an audio file and the path is:
/data/user/0/com.voicechat/files/3a532af0-e607-11ea-ab3d-a1e2bb812ed8.mp3
I wanted to play this but it failed.I googled a bit, i found that i need to put file in here (found)
android/app/src/main/res/raw
So I tried to put my recorded file to thatBut this folder was read-only.
I am stuck, how do i play my recording ???
I am using React Native now.So i tried with these modules
react-native-audio-record react-native-sound