This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from 'react'; | |
import { View, ScrollView, Platform, Dimensions, StyleSheet } from 'react-native'; | |
import { Icon } from 'react-native-elements'; | |
import { Toolbar, ThemeContext, getTheme } from 'react-native-material-ui'; | |
import Pdf from 'react-native-pdf'; | |
export class StreckenScreen extends React.Component { | |
static navigationOptions = { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from 'react'; | |
import { View, ScrollView, Platform, Dimensions, StyleSheet } from 'react-native'; | |
import { Icon } from 'react-native-elements'; | |
import { Toolbar, ThemeContext, getTheme } from 'react-native-material-ui'; | |
import Pdf from 'react-native-pdf'; | |
export class StreckenScreen extends React.Component { | |
constructor (props) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ThemeContext.Provider value={getTheme(brotheme)}> | |
<SafeAreaView style={{ flex: 1, backgroundColor: '#fff' }}> | |
<View style={{ flex: 1 }}> | |
<View> | |
<Toolbar | |
leftElement="arrow-back" | |
onLeftElementPress={() => this.props.navigation.goBack()} | |
centerElement={i18n.t("General.toolbar_transport")} | |
style={{ | |
titleText: { |