Make file extension work and remove some unneeded stuff

This commit is contained in:
Julia Friesel
2018-08-06 17:04:37 +02:00
parent 7ea6a683ff
commit 1dd6649f27
2 changed files with 3 additions and 11 deletions
+1 -10
View File
@@ -2,28 +2,19 @@ import React, { Component } from 'react'
import {
View,
Button,
Text,
ScrollView,
Alert
} from 'react-native'
import Share from 'react-native-share'
import getDataAsCsvDataUri from '../lib/export-to-csv'
import styles from '../styles/index'
import { settings as labels } from './labels'
export default class Settings extends Component {
constructor(props) {
super(props)
this.state = {
pickerVisible: false
}
}
render() {
return (
<ScrollView>
<Text style={styles.welcome}>{this.state.welcomeText}</Text>
<View style={styles.homeButtons}>
<View style={styles.homeButton}>
<Button