diff --git a/App.js b/App.js index 0104d82..65682ae 100644 --- a/App.js +++ b/App.js @@ -5,7 +5,7 @@ import { Button, StyleSheet, View } from 'react-native'; import Quote from './js/components/Quote'; const data = [ - { text: "Zitat1", author: "Author 1" }, + { text: "Lernen ist Erfahrung. Alles andere ist einfach nur Information.", author: "Albert Einstein" }, { text: "Zitat2", author: "Author 2" }, { text: "Zitat3", author: "Author 3" }, { text: "Zitat4", author: "Author 4" }, @@ -29,9 +29,12 @@ export default class App extends Component { return ( //JSX + -