From 3b5cb16e388435b388452dfcdf5b2cb367969279 Mon Sep 17 00:00:00 2001 From: dabit3 Date: Sat, 10 Sep 2016 09:41:39 -0500 Subject: [PATCH] bump to version 0.3.1 --- Readme.MD | 41 ++++++++++++++++++++++++++++++++------ package.json | 2 +- src/buttons/Button.js | 7 ++++--- src/checkbox/CheckBox.js | 5 +++-- src/containers/Card.js | 8 ++++++-- src/form/FormLabel.js | 8 ++++++-- src/list/ListItem.js | 9 ++++++--- src/pricing/PricingCard.js | 37 +++++++++++++++++++++++++++++----- src/social/SocialIcon.js | 10 ++++++++-- src/text/Text.js | 3 ++- 10 files changed, 103 insertions(+), 27 deletions(-) diff --git a/Readme.MD b/Readme.MD index 1ec46893c2..7079b56698 100644 --- a/Readme.MD +++ b/Readme.MD @@ -65,6 +65,26 @@ import { ## Examples Check out the pre built and configured [React Native Hackathon Starter Project](https://github.com/dabit3/react-native-hackathon-starter) which uses all of these elements. +## Notes + +#### Fonts +React Native Elements uses Lato as the default font family for iOS and Roboto as the default font family for Android. + +[Here](https://github.com/dabit3/react-native-fonts) is a list of fonts available out of the box for each platform, or you can install and use a custom font of your own. + +> We are working on a way to make the font family configurable through the command line. + +To override in any element, simply provide a fontFamily prop: + +``` +