diff --git a/screens/SectionScreen.js b/screens/SectionScreen.js index 71bc710..aee98f1 100644 --- a/screens/SectionScreen.js +++ b/screens/SectionScreen.js @@ -5,15 +5,15 @@ import { StatusBar, WebView, Linking, - ScrollView + ScrollView, } from "react-native"; -import { Icon } from "expo"; +import {Ionicons} from "@expo/vector-icons"; import Markdown from "react-native-showdown"; -import { PlayIcon } from "../components/Icons"; +import {PlayIcon} from "../components/Icons"; class SectionScreen extends React.Component { static navigationOptions = { - header: null + header: null, }; componentDidMount() { @@ -25,7 +25,7 @@ class SectionScreen extends React.Component { } render() { - const { navigation } = this.props; + const {navigation} = this.props; const section = navigation.getParam("section"); return ( @@ -33,7 +33,7 @@ class SectionScreen extends React.Component {