Plant health mobile application built with React Native.
Details Screen
;Slider
for another one with labels and possibility to edit thumb;To clone and run this application, you’ll need Git and React Native installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/feMoraes0/plants-app.git
# Go into the repository
$ cd plants-app
# Install dependencies
$ npm install
# Run the app
$ react-native run-ios
# or
$ react-native run-android