File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments