diff --git a/.babelrc b/.babelrc new file mode 100644 index 0000000000..99670bfe0d --- /dev/null +++ b/.babelrc @@ -0,0 +1,3 @@ +{ + "plugins": ["transform-object-rest-spread"] +} \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..b512c09d47 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules \ No newline at end of file diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000000..e69de29bb2 diff --git a/Fonts/Lato-Black.ttf b/Fonts/Lato-Black.ttf new file mode 100755 index 0000000000..6848db0d1a Binary files /dev/null and b/Fonts/Lato-Black.ttf differ diff --git a/Fonts/Lato-BlackItalic.ttf b/Fonts/Lato-BlackItalic.ttf new file mode 100755 index 0000000000..5decf12973 Binary files /dev/null and b/Fonts/Lato-BlackItalic.ttf differ diff --git a/Fonts/Lato-Bold.ttf b/Fonts/Lato-Bold.ttf new file mode 100755 index 0000000000..74343694e2 Binary files /dev/null and b/Fonts/Lato-Bold.ttf differ diff --git a/Fonts/Lato-BoldItalic.ttf b/Fonts/Lato-BoldItalic.ttf new file mode 100755 index 0000000000..684aacf5b4 Binary files /dev/null and b/Fonts/Lato-BoldItalic.ttf differ diff --git a/Fonts/Lato-Hairline.ttf b/Fonts/Lato-Hairline.ttf new file mode 100755 index 0000000000..288be29553 Binary files /dev/null and b/Fonts/Lato-Hairline.ttf differ diff --git a/Fonts/Lato-HairlineItalic.ttf b/Fonts/Lato-HairlineItalic.ttf new file mode 100755 index 0000000000..c2bfd3353e Binary files /dev/null and b/Fonts/Lato-HairlineItalic.ttf differ diff --git a/Fonts/Lato-Italic.ttf b/Fonts/Lato-Italic.ttf new file mode 100755 index 0000000000..3d3b7a2984 Binary files /dev/null and b/Fonts/Lato-Italic.ttf differ diff --git a/Fonts/Lato-Light.ttf b/Fonts/Lato-Light.ttf new file mode 100755 index 0000000000..a958067a86 Binary files /dev/null and b/Fonts/Lato-Light.ttf differ diff --git a/Fonts/Lato-LightItalic.ttf b/Fonts/Lato-LightItalic.ttf new file mode 100755 index 0000000000..5e45ad9a6c Binary files /dev/null and b/Fonts/Lato-LightItalic.ttf differ diff --git a/Fonts/Lato-Regular.ttf b/Fonts/Lato-Regular.ttf new file mode 100755 index 0000000000..04ea8efb13 Binary files /dev/null and b/Fonts/Lato-Regular.ttf differ diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000000..1394590fc5 --- /dev/null +++ b/LICENSE @@ -0,0 +1,22 @@ + +The MIT License (MIT) + +Copyright (c) 2016 Nader Dabit + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/Readme.MD b/Readme.MD new file mode 100644 index 0000000000..fcc463cd29 --- /dev/null +++ b/Readme.MD @@ -0,0 +1,272 @@ +![React Native Elements](http://i.imgur.com/uJcDB6g.png) +## React Native UI Toolkit + +![React Native UI Toolkit]() + +## Get Started + +1 install React Native Elements + +``` +npm i react-native-elements --save +``` + +2 link project + +``` +rnpm link +``` + +3 start using components + +``` +import { + RNEButton +} from 'react-native-elements' + + + +``` + + +# Included +- [x] [Buttons]() +- [x] Pricing Component +- [x] [Social Icons / Buttons]() +- [x] [Card component]() +- [x] [Form Elements]() +- [x] [List Element]() +- [x] [Linked List Element]() +- [x] HTML style headings (h1, h2, etc...) + +#### Todo Soon +- [ ] Add icons to TextInputs +- [ ] Add Profile Component +- [ ] Add Picker +- [ ] Add Search Bar +- [ ] Add Side Menu + +# API + +## Buttons + +![Buttons](http://i.imgur.com/aZNhgFp.png) + +``` +import Button from 'HSButton' + +