From 9284b64300ba5b0e8098c0fdbe66602d100ed7ba Mon Sep 17 00:00:00 2001 From: dabit3 Date: Thu, 8 Sep 2016 23:52:02 -0500 Subject: [PATCH] updated readme --- Readme.MD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Readme.MD b/Readme.MD index bf0302efa8..8edcbc21a5 100644 --- a/Readme.MD +++ b/Readme.MD @@ -287,8 +287,8 @@ render () { | prop | default | type | description | | ---- | ---- | ----| ---- | | menuWidth | window width - 80 | number | the width and offset of the menu | -| MenuComponent | none | React Native Component | the actual side menu component you would like to use | -| children | none | React Native Component | wrap RNSideMenu around the component you would like to animate | +| MenuComponent | none | React Native Component | the actual side menu component you would like to use (required) | +| children | none | React Native Component | wrap RNSideMenu around the component you would like to animate (required) | ## Forms @@ -338,12 +338,12 @@ import { RNECard } from 'react-native-elements' | prop | default | type | description | | ---- | ---- | ----| ---- | -| flexDirection | column | string | flex direction (row or column) | -| containerStyle | none | object (style) | outer container style | -| wrapperStyle | none | object (style) | inner container style | -| title | none | string | optional card title | -| titleStyle | none | object (style) | additional title styling (if title provided) | -| dividerStyle | none | object (style) | additional divider styling (if title provided) | +| flexDirection | column | string | flex direction (row or column) (optional) | +| containerStyle | none | object (style) | outer container style (optional) | +| wrapperStyle | none | object (style) | inner container style (optional) | +| title | none | string | optional card title (optional) | +| titleStyle | none | object (style) | additional title styling (if title provided) (optional) | +| dividerStyle | none | object (style) | additional divider styling (if title provided) (optional) | ## Pricing Component