Random zoo animal app by Joanna Ringqvist#302
Open
joannaringqvist wants to merge 4 commits intoTechnigo:masterfrom
Open
Random zoo animal app by Joanna Ringqvist#302joannaringqvist wants to merge 4 commits intoTechnigo:masterfrom
joannaringqvist wants to merge 4 commits intoTechnigo:masterfrom
Conversation
TereseClaesson
approved these changes
May 5, 2022
TereseClaesson
left a comment
There was a problem hiding this comment.
Joanna you have done a great job! A nice idea to create a zoo animal app for you react native project. It looks structured, clean and with good names. Keep up the good work! I been inspired by your project for my native app ;) /Terese
| justify-content: center; | ||
| align-items: center; | ||
| `; | ||
| import HomeScreen from './screens/HomeScreen'; |
There was a problem hiding this comment.
Fulfills the blue requirements,good!
|
|
||
| const App = () => { | ||
|
|
||
| const [lovedAnimals, setNewLoved] = useState([]); |
| <Title>💅💅💅</Title> | ||
| </Container> | ||
|
|
||
| <NavigationContainer> |
| import React, { useEffect, useState } from 'react'; | ||
| import { ScrollView, StyleSheet, Image, Text, View } from 'react-native'; | ||
|
|
||
| const FeaturedScreen = () => { |
There was a problem hiding this comment.
Well structured and clear code, great job!
| ); | ||
| } | ||
|
|
||
| const styles = StyleSheet.create({ |
There was a problem hiding this comment.
The styling looks good :) Nice idea with the random animals.
| const [animal, setAnimals] = useState(''); | ||
| const [isLoading, setIsLoading] = useState(true); | ||
|
|
||
| const wait = (timeout) => { |
| import React from 'react'; | ||
| import { Text, View, Image, StyleSheet, ScrollView } from 'react-native'; | ||
|
|
||
| const LovedScreen = (props) => { |
There was a problem hiding this comment.
I like that you have a loveScreen for the animals you love :D
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
My reflections on how this week's project turned out:
Things I'd like to have clarified or explained in more detail: