/**
* Sample React Native App
* https://github.com/facebook/react-native
*
* @format
* @flow
*/
import React, { Component } from "react";
import {
StyleSheet,
Text,
View,
Image,
ScrollView,
FlatList
} from "react-native";
import VideoExplain from './components/VideoExplain';
import CourseListRow from './components/CourseListRow';
// class CourseListRow extends Component {
// render() {
// return (
//
//
// {this.props.title}
// 共28课
//
//
//
//
//
// );
// }
// }
// class CourseListLine extends Component {
// render() {
// return (
//
//
// {this.props.title}
// 共28课
//
//
//
//
//
// );
// }
// }
export default class CourseDetails extends Component {
render() {
return (
);
}
}
const styles = StyleSheet.create({
});