SchedulePage.js 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. /**
  2. * Sample React Native App
  3. * https://github.com/facebook/react-native
  4. *
  5. * @format
  6. * @flow
  7. */
  8. import React, { Component } from "react";
  9. import {
  10. Platform,
  11. StyleSheet,
  12. Text,
  13. View,
  14. Image,
  15. TouchableOpacity,
  16. ImageBackground,
  17. FlatList,
  18. StatusBar,
  19. Button,
  20. DeviceEventEmitter
  21. } from "react-native";
  22. import AndroidUtil from "../../util/AndroidUtil";
  23. import BasePage from "../BasePage";
  24. import CourseTitle from "./CourseTitle";
  25. import ScheduleFlatItem from "./ScheduleFlatItem";
  26. import CusVideo from "./CusVideo";
  27. const instructions = Platform.select({
  28. ios: "Press Cmd+R to reload,\n" + "Cmd+D or shake for dev menu",
  29. android:
  30. "Double tap R on your keyboard to reload,\n" +
  31. "Shake or press menu button for dev menu"
  32. });
  33. type Props = {};
  34. export default class SchedulePage extends BasePage {
  35. constructor(props) {
  36. super(props);
  37. this.state = {
  38. videoImg_flex: 1,
  39. videoImg_width: "100%",
  40. videoImg_height: "100%",
  41. video_flex: 0,
  42. video_width: "0%",
  43. video_height: "0%",
  44. video_uri:
  45. "https://www.apple.com/105/media/cn/iphone-x/2017/01df5b43-28e4-4848-bf20-490c34a926a7/films/feature/iphone-x-feature-cn-20170912_1280x720h.mp4"
  46. };
  47. }
  48. render() {
  49. return (
  50. <View
  51. style={{
  52. flex: 1
  53. }}
  54. >
  55. <StatusBar
  56. // backgroundColor={"transparent"}
  57. barStyle={"dark-content"}
  58. backgroundColor={"white"}
  59. translucent={false}
  60. />
  61. <View
  62. style={{
  63. flex: 1,
  64. backgroundColor: "#F3F3F3",
  65. justifyContent: "center",
  66. alignItems: "center"
  67. }}
  68. >
  69. <View style={{ flex: 50, backgroundColor: "white" }}>
  70. <CourseTitle
  71. width={this.getWindowWidth()}
  72. title="第12周 爱上幼儿园"
  73. lefttype={1}
  74. righttype={1}
  75. textcolor={"red"}
  76. // backPress={() => this.goBack()}
  77. backPress={() => alert("左侧按钮")}
  78. rightPress={() => alert("右侧按钮")}
  79. />
  80. </View>
  81. <View
  82. style={{
  83. flex: 281,
  84. width: "100%"
  85. }}
  86. >
  87. <Image
  88. source={{
  89. uri:
  90. "https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1556277324856&di=dc1548a0c5ba10481af922e174912937&imgtype=0&src=http%3A%2F%2Fwww.51pptmoban.com%2Fd%2Ffile%2F2012%2F05%2F12%2F82c4568a90055adcf8fbb896f0841c69.jpg"
  91. }}
  92. style={{
  93. flex: this.state.videoImg_flex,
  94. width: this.state.videoImg_width,
  95. height: this.state.videoImg_height
  96. }}
  97. />
  98. <CusVideo
  99. uri={this.state.video_uri}
  100. ref={view => (this.video = view)}
  101. style={{
  102. flex: this.state.video_flex,
  103. width: this.state.video_width,
  104. height: this.state.video_height
  105. }}
  106. />
  107. </View>
  108. <View style={{ flex: 10 }} />
  109. <View
  110. style={{
  111. flex: 505,
  112. justifyContent: "center",
  113. alignItems: "center",
  114. width: "100%"
  115. }}
  116. >
  117. <FlatList
  118. ItemSeparatorComponent={() => (
  119. <View
  120. style={{
  121. height: 10
  122. }}
  123. />
  124. )}
  125. renderItem={({ item }) => {
  126. return this.loadFlatItem(item);
  127. }}
  128. keyExtractor={(item, index) => item.key.toString()}
  129. horizontal={false}
  130. data={[
  131. {
  132. key: 1,
  133. typecolor: "#74E0FF",
  134. typename: "习惯养成",
  135. videoname: "碗里不剩一粒米",
  136. videourl: "碗里不剩一粒米xxxx"
  137. },
  138. {
  139. key: 2,
  140. typecolor: "#FB5B76",
  141. typename: "品格礼仪",
  142. videoname: "我有很多朋友",
  143. videourl: "我有很多朋友xxxx"
  144. },
  145. {
  146. key: 3,
  147. typecolor: "#EC48E1",
  148. typename: "自我保护",
  149. videoname: "小猫喵喵叫",
  150. videourl: "小猫喵喵叫xxxx"
  151. },
  152. {
  153. key: 4,
  154. typecolor: "#39D6B9",
  155. typename: "亲子游戏",
  156. videoname: "安静的睡前游戏-全家人都睡了",
  157. videourl: "安静的睡前游戏xxxx"
  158. },
  159. {
  160. key: 5,
  161. typecolor: "#3397F0",
  162. typename: "欢乐音乐",
  163. videoname: "小鸡捉虫子",
  164. videourl: "小鸡捉虫子xxxx"
  165. },
  166. {
  167. key: 11,
  168. typecolor: "#74E0FF",
  169. typename: "习惯养成",
  170. videoname: "碗里不剩一粒米",
  171. videourl: "碗里不剩一粒米xxxx"
  172. },
  173. {
  174. key: 12,
  175. typecolor: "#FB5B76",
  176. typename: "品格礼仪",
  177. videoname: "我有很多朋友",
  178. videourl: "我有很多朋友xxxx"
  179. },
  180. {
  181. key: 13,
  182. typecolor: "#EC48E1",
  183. typename: "自我保护",
  184. videoname: "小猫喵喵叫",
  185. videourl: "小猫喵喵叫xxxx"
  186. },
  187. {
  188. key: 14,
  189. typecolor: "#39D6B9",
  190. typename: "亲子游戏",
  191. videoname: "安静的睡前游戏-全家人都睡了",
  192. videourl:
  193. "https://www.apple.com/105/media/cn/iphone-x/2017/01df5b43-28e4-4848-bf20-490c34a926a7/films/feature/iphone-x-feature-cn-20170912_1280x720h.mp4"
  194. },
  195. {
  196. key: 15,
  197. typecolor: "#3397F0",
  198. typename: "欢乐音乐",
  199. videoname: "小鸡捉虫子",
  200. videourl:
  201. "http://efunvideo.ai160.com/vs2m/056/05602002/05602002001/05602002001.m3u8"
  202. }
  203. ]}
  204. />
  205. </View>
  206. </View>
  207. </View>
  208. );
  209. }
  210. loadFlatItem(data) {
  211. return (
  212. <ScheduleFlatItem
  213. width={this.getWindowWidth() * 0.9}
  214. height={50}
  215. data={data}
  216. onPress={() => this.aa(data.videourl)}
  217. />
  218. );
  219. }
  220. aa(url) {
  221. //切换视频并且播放
  222. alert(url);
  223. this.setState({
  224. videoImg_flex: 0,
  225. videoImg_width: "0%",
  226. videoImg_height: "0%",
  227. video_flex: 1,
  228. video_width: "100%",
  229. video_height: "100%",
  230. video_uri: url
  231. });
  232. this.video.refreshVideo();
  233. this.video.start();
  234. }
  235. }