Skip to content

Commit 6dab56f

Browse files
committed
add KRLX source
1 parent f72fa80 commit 6dab56f

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

source/views/streaming/index.js

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,28 @@ export default TabNavigator(
3838
tabBarIcon: TabBarIcon('radio'),
3939
},
4040
},
41+
KRLXRadioView: {
42+
screen: ({navigation}) => (
43+
<RadioControllerView
44+
image={require('../../../images/streaming/krlx.png')}
45+
navigation={navigation}
46+
playerUrl="http://live.krlx.org"
47+
scheduleViewName="KRLXScheduleView"
48+
source={{
49+
useEmbeddedPlayer: false,
50+
embeddedPlayerUrl: 'http://live.krlx.org',
51+
streamSourceUrl: 'http://radio.krlx.org/mp3/high_quality',
52+
}}
53+
stationName="88.1 KRLX-FM"
54+
stationNumber="+15072224127"
55+
title="Carleton College Radio"
56+
/>
57+
),
58+
navigationOptions: {
59+
tabBarLabel: 'KRLX',
60+
tabBarIcon: TabBarIcon('microphone'),
61+
},
62+
},
4163
// WeeklyMovieView: {screen: WeeklyMovieView},
4264
},
4365
{

0 commit comments

Comments
 (0)