192 Commits

Author SHA1 Message Date
Satyajit Sahoo
0a203079f5 chore: use es5 trailing commas 2017-05-18 17:55:53 +05:30
Satyajit Sahoo
eee9b0372b chore: use prop-types package from npm 2017-05-18 17:55:53 +05:30
Satyajit Sahoo
ebada8fd6d chore: setup prettier 2017-05-18 17:55:53 +05:30
Satyajit Sahoo
fc1d59e44c chore: switch to react navigation 2017-05-18 17:55:53 +05:30
Satyajit Sahoo
c468b029e9 chore: improve dev workflow and upgrade deps 2017-05-18 17:55:53 +05:30
Ferran Negre
8f75241a3c feat: add searchBar component (#97) 2017-02-14 06:49:58 +05:30
Satyajit Sahoo
ba6ee19eb5 feat: add checkbox and radio animations on Android (#89)
Border animations aren't very nice on iOS, so I disabled animations on iOS for now. Let's add animations when we find a better way.
Also native animations don't support borders as of now, so can't enables native animations either, probably can enable in future
2016-11-29 02:36:41 +02:00
Satyajit Sahoo
a5519eefbd feat: improvements to portal (#90)
- layer management according to position
- preserve theme context via ThemedPortal
2016-11-28 07:57:31 +02:00
Ahmed Elhanafy
414ca296e3 Merge pull request #73 from react-native-paper/gridview
feat: add GridView component. fixes #44
2016-11-21 15:15:37 +02:00
Satyajit Sahoo
57ca9aa2e5 chore: use ListView for example list 2016-11-21 01:39:17 +05:30
Satyajit Sahoo
39d6fdd49b feat: add <GridView /> component. fixes #44 2016-11-21 01:21:35 +05:30
Satyajit Sahoo
e5697ccda3 chore: don't lock orientation for example 2016-11-21 01:20:00 +05:30
Ahmed Elhanafy
d0c9a4ad4e feat: add <Drawer /> component (#72) 2016-11-20 23:58:47 +05:30
Satyajit Sahoo
5a964b3234 docs: add more card examples 2016-11-20 21:30:59 +05:30
Satyajit Sahoo
e1db4e51a0 fix: add minWidth of 64 to button 2016-11-20 20:30:42 +05:30
Satyajit Sahoo
f32a55f96b fix: adjust button and card styling 2016-11-20 19:33:44 +05:30
Satyajit Sahoo
0f3e1420a4 feat: add Card.Cover, Card.Actions and Card.Content
These components can adjust their styling automatically based on their siblings without any extra work on user's end. For example, the cover adjusts it's border radius, content adjusts it's padding, etc.
2016-11-20 17:48:14 +05:30
Ahmed Elhanafy
0a73f77f2b Revert "Revert "Add radio and check buttons"" 2016-11-13 21:41:16 +02:00
Ahmed Elhanafy
47efa8eb86 Revert "Add radio and check buttons" 2016-11-13 21:25:35 +02:00
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
9054c8c782 docs: update divider example 2016-11-13 11:53:53 +05:30
Satyajit Sahoo
a25b2c0dd3 Merge branch 'master' into divider 2016-11-13 11:29:21 +05:30
ferrannp
ec714d42c7 Merge branch 'master' into divider
Conflicts:
	example/src/ExampleList.js
2016-11-12 13:44:40 +01:00
Satyajit Sahoo
07bca5a54b feat: add color prop, don't add bg for non-raised button 2016-11-12 15:14:11 +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
Satyajit Sahoo
d1536d6b2c feat: add <Card /> component 2016-11-11 23:13:32 +05:30
Satyajit Sahoo
ecc481f9f5 chore: update dependencies 2016-11-11 21:37:05 +05:30
Satyajit Sahoo
74c9f8b613 feat: add buttons 2016-11-11 20:22:34 +05:30
Satyajit Sahoo
b725648d73 fix: follow line height and opacity guidelines for text 2016-11-02 07:35:01 +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
dcc3988334 Use exponent's fork of vector icons 2016-10-25 23:09:24 +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
Satyajit Sahoo
9ddb159f7d Setup example app 2016-10-24 03:43:56 +05:30
Ahmed Elhanafy
bd2f2a1b66 Touchable component (#34)
* Initial implementation of Touchable component

* Export touchable component

* Fix export statement

* Edit Touchable Component

* Fix export statement

* Update example app with usage of touchable component

* Make eslint happy

* Change style propType

* Change Touchable name => TouchableRipple, add check on older versions of Android and change borderLess prop to borderless

* Remove usage of TouchableRipple from example app
2016-10-24 02:39:34 +05:30
Satyajit Sahoo
1506c838b8 Fix typo 2016-10-24 00:59:07 +05:30
Satyajit Sahoo
016dd6c922 Migrate example app to exponent 2016-10-24 00:47:53 +05:30
Satyajit Sahoo
5963ff982d Rename example app folder 2016-10-23 23:36:39 +05:30