Basic example of how to implement voice message feature using Stream chat and react-native-audio-recorder-player
RPReplay_Final1626365671.mov
git clone https://github.com/GetStream/react-native-chat-voice-message-example.git
cd react-native-chat-voice-message-example
yarn
npx pod-install
touch .envAdd following keys to .env file
API_KEYUSER_IDUSER_TOKEN
npx react-native run-ios