From da93cfd8fc50bf41d9bf101938322c5c3844ba55 Mon Sep 17 00:00:00 2001 From: "marcusferl@web.de" Date: Tue, 4 Jan 2022 12:23:46 +0100 Subject: [PATCH] update --- App.js | 17 +++++++++++++---- js/components/Quote.js | 39 +++++++++++++++++++++++++++++++-------- 2 files changed, 44 insertions(+), 12 deletions(-) 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 + -