You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.
Just add this to settings.gradle for ALL RN versions:
include ':react-native-switch-audio-output'
project(':react-native-switch-audio-output').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-switch-audio-output/android')
But after this, if I use this code: RNSwitchAudioOutput.selectAudioOutput(RNSwitchAudioOutput.AUDIO_SPEAKER);
on Android I receive this error:
Followed the steps as provided(Android). Did not do this step as I am using android only
cd ios && pod install && cd ..
Getting the above mentioned error. Is there anything that I am missing?
The text was updated successfully, but these errors were encountered: