Skip to content

Commit

Permalink
comments toegevoegd
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahlisamero committed Jan 14, 2023
1 parent 41aba2a commit 595e1c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions screens/ReviewsScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import React, { useState } from 'react';
import { StyleSheet, TextInput, View, Button, FlatList, TouchableWithoutFeedback, Text} from 'react-native';
import Review from '../components/Review'

//nieuw dat nog niet op andere schermen voorkomt: spread

const Reviews = () => {
//voorbeeldoefening todo
const [enteredReview, setEnteredReview] = useState('');
Expand Down

0 comments on commit 595e1c8

Please sign in to comment.