UNPKG
@quiztr/expo-audio-stream
Version:
latest (0.2.4)
0.2.4
Expo Play Audio Stream module
github.com/younes200/expo-audio-stream
younes200/expo-audio-stream
@quiztr/expo-audio-stream
/
expo-module.config.json
10 lines
(9 loc)
•
189 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"platforms"
:
[
"ios"
,
"android"
]
,
"ios"
:
{
"modules"
:
[
"ExpoPlayAudioStreamModule"
]
}
,
"android"
:
{
"modules"
:
[
"expo.modules.audiostream.ExpoPlayAudioStreamModule"
]
}
}