Skip to content

udenizdemirbilek/helloReactNative

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Quote Machine by @udenizdemirbilek

Home Screen

Random quote is fetched at the start of the app by useEffect from "Quotable" and set as state using useState. The quote is displayed in the home screen.

Button

Basic functionality of calling getQuote function so a new quote is fetched and displayed.

Slide Down

React-native's PanResponder is used to detect swipe down gesture. Any time a gesture which has a difference of 150 units in the Y coordinates are detected, getQuote function is called.

About

A React Native App that displays random quotes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published