Skip to content
joitng edited this page Mar 30, 2019 · 9 revisions

Props

  • title: title/label of the button
  • backgroundColor: color of the button -> if not given color, button has color code #9ACD32
  • onPress: function that runs when button is clicked

Importing Button

Button is a Component from React Native Elements. See more about the component here.

To import, place this at the top of your file: import { Button } from 'react-native-elements';

Developer Documentation

Mockup

Database

API

User Management

React Native

Research

Clone this wiki locally