Commit Graph

72 Commits

Author SHA1 Message Date
Satyajit Sahoo
eeb8210ab9 feat: add <RadioButton /> component. fixes #13 2016-11-13 23:50:58 +05:30
Satyajit Sahoo
7264166463 feat: add <Checkbox /> component. fixes #12 2016-11-13 23:49:14 +05:30
Satyajit Sahoo
f9405567fd fix: fix missing ripple color 2016-11-13 12:05:37 +05:30
Satyajit Sahoo
1ab565fa43 Merge pull request #58 from react-native-paper/divider
feat: Add divider
2016-11-13 11:59:06 +05:30
Satyajit Sahoo
7c67a80ad6 refactor: move static styles out 2016-11-13 11:57:31 +05:30
Satyajit Sahoo
9054c8c782 docs: update divider example 2016-11-13 11:53:53 +05:30
Satyajit Sahoo
00edf6e16e chore: switch to npm on travis 2016-11-13 11:31:46 +05:30
Satyajit Sahoo
a25b2c0dd3 Merge branch 'master' into divider 2016-11-13 11:29:21 +05:30
Ahmed Elhanafy
342c8bb650 Merge pull request #61 from react-native-paper/under-development
Update README.md
2016-11-12 20:48:44 +02:00
Satyajit Sahoo
94d18cccef fix: fix background color of button 2016-11-12 23:52:24 +05:30
Ahmed Elhanafy
ec0d69effa Merge pull request #60 from react-native-paper/button
feat: add color prop, don't add bg for non-raised button
2016-11-12 20:01:08 +02:00
ferrannp
ec714d42c7 Merge branch 'master' into divider
Conflicts:
	example/src/ExampleList.js
2016-11-12 13:44:40 +01:00
ferrannp
335fd6a626 #8: Use hairlineWidth instead of 1, allow only inset prop + style prop for full customization. 2016-11-12 13:42:08 +01:00
Ahmed Elhanafy
88f0bdd422 Update README.md 2016-11-12 11:51:08 +02:00
Satyajit Sahoo
088887d80d fix: limit numberOfLines in button 2016-11-12 15:18:26 +05:30
Satyajit Sahoo
07bca5a54b feat: add color prop, don't add bg for non-raised button 2016-11-12 15:14:11 +05:30
Ahmed Elhanafy
3a51b42576 Merge pull request #57 from react-native-paper/button
feat: add icon and loading support to <Button />
2016-11-12 11:41:12 +02:00
Satyajit Sahoo
b587960951 Merge branch 'master' into button 2016-11-12 12:18:24 +05:30
Sreejith R
f91a448c5b Fixed Flow Errors (#52) 2016-11-12 12:17:04 +05:30
Satyajit Sahoo
3ef48d65fd fix: pressOut should be faster 2016-11-12 11:34:02 +05:30
ferrannp
a9da6fbea4 feat: Add divider. #8. 2016-11-11 23:45:41 +01:00
Satyajit Sahoo
1557aa58a7 feat: add disabled button style 2016-11-12 02:01:06 +05:30
Satyajit Sahoo
1271d66292 feat: add icon and loading support to <Button /> 2016-11-12 01:02:12 +05:30
Satyajit Sahoo
34a8b9f0d4 chore: add missing dependency 2016-11-11 23:50:32 +05:30
Ahmed Elhanafy
4afa48a7de Merge pull request #56 from react-native-paper/exponent
chore: update dependencies
2016-11-11 20:17:10 +02:00
Ahmed Elhanafy
5f456fa942 Merge pull request #55 from react-native-paper/typography
fix: add vertical margin to typography elements
2016-11-11 20:16:54 +02:00
Ahmed Elhanafy
2df45e3398 Merge pull request #54 from react-native-paper/card
feat: add <Card /> component
2016-11-11 20:08:51 +02:00
Satyajit Sahoo
d1536d6b2c feat: add <Card /> component 2016-11-11 23:13:32 +05:30
Ahmed Elhanafy
28e43434cd Merge pull request #53 from react-native-paper/button
feat: add <Button /> component
2016-11-11 19:40:57 +02:00
Satyajit Sahoo
ecc481f9f5 chore: update dependencies 2016-11-11 21:37:05 +05:30
Satyajit Sahoo
c717bbff43 fix: add vertical margin to typography elements 2016-11-11 21:30:19 +05:30
Satyajit Sahoo
9e9c9e1310 fix: make TouchableHighlight underlay lighter 2016-11-11 20:29:37 +05:30
Satyajit Sahoo
74c9f8b613 feat: add buttons 2016-11-11 20:22:34 +05:30
Satyajit Sahoo
7d75a7fc04 fix: fix typo 2016-11-11 18:18:28 +05:30
Satyajit Sahoo
834adea304 Merge pull request #49 from react-native-paper/typography
fix: follow line height and opacity guidelines for text
2016-11-10 22:41:39 +05:30
Satyajit Sahoo
1cc7ef08a8 Merge pull request #48 from react-native-paper/statics
fix: copy static properties in HOC
2016-11-10 22:41:23 +05:30
Satyajit Sahoo
b725648d73 fix: follow line height and opacity guidelines for text 2016-11-02 07:35:01 +05:30
Satyajit Sahoo
a32d2c2f4e fix: copy static properties in HOC 2016-11-02 07:00:25 +05:30
Satyajit Sahoo
f28c3359b9 feat: add a paper component. fixes #42 (#47)
Since Google doesn't document the shadow values anywhere (it was documented earlier, but only upto 5dp), this is an approximation.
2016-11-02 06:57:16 +05:30
Satyajit Sahoo
d7f4dc32be fix: copy static properties in HOC 2016-11-02 06:54:54 +05:30
Satyajit Sahoo
3015cd7bf3 core: move Typography to components (#45) 2016-10-31 06:39:59 +05:30
Satyajit Sahoo
96d93ba202 chore: add travis config (#46) 2016-10-31 06:39:09 +05:30
Ahmed Elhanafy
470a904d43 Merge pull request #40 from ahmedlhanafy/icons
Add vector-icons as peerDep and internal component exposing MaterialDesign icons
2016-10-25 20:49:20 +02:00
Satyajit Sahoo
dcc3988334 Use exponent's fork of vector icons 2016-10-25 23:09:24 +05:30
Ahmed Magdy
c0628fa44e Add vector-icons as peerDep and add an internal component that exposes MaterialDesign icons 2016-10-24 23:35:23 +02:00
Ahmed Elhanafy
980e1f1104 Add contributing guidelines (#39) 2016-10-24 19:34:30 +05:30
Ahmed Elhanafy
28313b2b85 Add different text components and add them in the example app (#38)
* Add different text components and add them in the example app

* Rename textWithProps to createStyledText and change isAndroid to isIOS in fonts

* Rename primaryText to text and disabled
2016-10-24 19:34:18 +05:30
Ahmed Elhanafy
dbad643722 Merge pull request #37 from ahmedlhanafy/theme
Add HOC for theme
2016-10-24 01:19:08 +02:00
Satyajit Sahoo
12848b5fbd Add HOC for theme 2016-10-24 04:22:58 +05:30
Ahmed Elhanafy
bb319e5510 Merge pull request #36 from ahmedlhanafy/example
Setup example app
2016-10-24 00:28:39 +02:00