232 Commits

Author SHA1 Message Date
ferrannp
60160f998c chore: release 0.0.8 0.0.8 2017-12-05 11:40:10 +01:00
Satyajit Sahoo
d21b4cbbe3 chore: upgrade component-docs 2017-12-01 05:57:51 +05:30
Satyajit Sahoo
b0d49c7815 docs: support custom pages in docs (#211) 2017-11-30 14:21:03 +01:00
Luke Walczak
f9e4d8ddd0 docs: Fix component usage (#209)
* chore: upgrade dependencies

* docs: fix components usage
2017-11-29 14:57:14 +01:00
Satyajit Sahoo
206963adc9 chore: upgrade dependencies 2017-11-27 01:29:42 +05:30
Satyajit Sahoo
de7b88d8fc chore: upgrade component-docs 2017-11-08 09:26:42 +05:30
lukewalczak
230f8ca2ef docs: set js inside component for proper highlight 2017-11-08 09:26:42 +05:30
Satyajit Sahoo
89ec2efa42 chore: upgrade component-docs 2017-11-07 17:23:57 +05:30
Ferran Negre
2dfa9b73b3 docs: Fix README badges and links (#204)
* Fix README badges and links

* Update README.md

* Less badges
2017-11-07 16:27:32 +05:30
Ferran Negre
aa829bab42 docs: update README (#199) 2017-11-07 16:08:38 +05:30
Satyajit Sahoo
bb51586351 chore: upgrade flow and dependencies (#200) 2017-11-07 11:21:17 +01:00
Satyajit Sahoo
4ba4f279b1 docs: add a doc on theming (#201) 2017-11-06 10:36:09 +01:00
Satyajit Sahoo
f75e004a45 chore: configure circle ci (#202)
Replace TravisCI with CircleCI for consistency across all callstack repos
2017-11-06 10:01:35 +01:00
Ahmed Elhanafy
c552aa0951 style: Adapt dialog to the dark theme (#196)
* style: Adapt dialog to the dark theme

* chore:  Remove unused default prop & set correct elevation style & rename import

* style: Fix textinput background color

* chore: Add missing proptypes

* chore: Update with latest master
2017-11-03 16:36:25 +01:00
Luke Walczak
bf0d65a17f docs: sort components alphabetically (#190) 2017-10-25 00:46:25 +05:30
Ahmed Elhanafy
8ce0a18b7f fix: Buttons shadow (#195) 2017-10-24 10:50:43 +02:00
Paul Brewczynski
3410a6b5d4 Closed xml tags for card element example (#194) 2017-10-19 22:18:22 +02:00
Krzysztof Karol
288ca9d222 Remove checkAnim (#193) 2017-10-19 22:06:21 +02:00
hasparus
48892440eb feat: add hamburger to RootNavigator (#192) 2017-10-19 22:04:32 +02:00
Satyajit Sahoo
95b2c7e2ba docs: add info on running the docs and example (#187) 2017-10-19 15:44:33 +02:00
Ferran Negre
2dac4f606e docs: update toolbar example. (#186) 2017-10-19 14:49:09 +02:00
Luke Walczak
497ae55256 docs: Add missing example usage
* docs: documented modal and switch usage

* docs: documented checkbox

* docs: documented checkbox

* docs: documented radio button

* docs: refactor component usage description

* docs: documented typography styles

* docs: documented search bar

* docs: documented fab

* docs: documented divider

* docs: documented icon

* docs: documented paper

* docs: documented toolbar

* docs: documented card

* docs: proptypes refactor

* docs: documented drawer section

* docs: fix state in drawer section

* docs: documented drawer item

* docs: documented grid view

* docs: documented touchable ripple

* docs: remove static proptypes

* docs: fix typography

* docs: update icon component
2017-10-19 14:29:17 +02:00
ferrannp
9a38816107 docs: Rewrite contributing guide. 2017-10-19 13:57:22 +02:00
Luke Walczak
3070020fc8 feat: add ripple example (#183)
* feat: add ripple example

* feat: extend ripple example

* docs: refactor ripple example
2017-10-19 12:46:59 +02:00
Luke Walczak
04d1836fc1 refactor: disable shadow on ios toolbar (#176)
* refactor: disable shadow on ios toolbar

* Update toolbar.js
2017-10-18 13:46:14 +02:00
Ahmed Elhanafy
c6a59d3cac feat: add TextInput component (#85) 2017-10-18 11:33:03 +02:00
Satyajit Sahoo
3e7e59b977 fix: don't do unnecessary merges for theme when not needed 2017-10-17 23:19:25 +02:00
ferrannp
879571ead0 fix: Be able to override nested theme component. 2017-10-17 16:23:50 +02:00
ferrannp
386a7c0a9b fix: Remove flex: 1 for ListView on example and set up light theme as default again. 2017-10-17 16:01:14 +02:00
Satyajit Sahoo
d4f1149f64 chore: update yarn.lock 2017-10-17 15:14:36 +02:00
Jakub Beneš
70427a8df7 feat: GridView: ListView upgraded to VirtualizedList (#150)
* feat(gridView): use VirtualizedList

* feat(gridView): orientation should work. start with public API.

* feat(gridView): polished code, added public API

* fix(gridView): removed comments which broke the CI

* docs(gridView): updated documentation

* refactor(gridView): better distinguish between private / public method in the example

* docs(gridView): fixed comments

* fix(gridView): round the layout width

* chore(docs): fixed docs generation. When you use flow you have to use named arguments of function

* refactor(gridView): renderItem shoud return valid react element

* BREAKING: migrate GridView to use VirtualizedList

* fix(gridView): we can use flewWrap. YEY!

* feat(gridView): use Animated.Value

* fix(gridView): polished code

* refactor(gridViewExample): polished code

* fix(gridView): unused variable
2017-10-16 11:26:30 +02:00
Ahmed Elhanafy
2637403c3d fix: Fix packger module resolution problem 2017-10-13 16:42:38 +02:00
Ahmed Elhanafy
8adfa6751e feat: Dark Theme (#131)
* refactor: Add DarkTheme, new colors in theme & update components to use it

* chore: Remove 'console.log' statements

* chore: Change dark theme property from string to boolean

* feat: Add ability to toggle the theme from the drawer

* fix: Wrap typography example screen with 'withTheme'

* style: Update components to use correct dark theme colors

* style: Update dark theme primary color and rn-navigation toolbar now gets the color from the theme

* style: Add color prop to DrawerItem and update the example

* style: Change the unchecked color in both Checkbox and RadioButton

* chore: Add `yarn-error.log` to `.gitignore`

* chore: Use lodash instead of lodash.merge

* chore: Address PR comments
2017-10-13 15:29:28 +02:00
lukewalczak
bd1d481f58 fix: wrap icon in view 2017-10-13 15:27:43 +02:00
lukewalczak
05c8d10817 fix: fix checkbox container dimensions 2017-10-13 14:44:08 +02:00
Ahmed Elhanafy
3f88a6e53a feat: add dialog component (#98)
* Add dialog component

* Fix: fix back button not functioning right

* Fix: fix action btns get added to the scrollview

* Fix: match the MD guidelines for margins

* Visual enhancements to the dialog example scene

* Fix: fix flow errors

* 🎨 Fix prettier errors

* Enhancements to the dialog component

* More enhancements to the dialog component

* 🎉 Introduce Modal component and refactor Dialog to use it

* Remove ThemedPortal from exported components

* 🐛 Fix shadow cutoff on Android

* Add a comment about a regression that is caused by a fix that was done for Android

* chore: Seperate example dialog components into their own files

* chore: Rename Dialog components to be prefixed with 'Dialog'

* chore: change DialogTitle color prop to style

* chore: Replace AnimatedPaper to Paper.Animated

* fix: Replace BackAndroid with BackHandler

* chore: Merge master with `dialog`

* chore: Addressed comments
2017-10-11 14:53:06 +02:00
Luke Walczak
129a4e4a9a refactor: use own toolbar in examples (#159)
* refactor: use own toolbar in examples

* refactor: fix missing space

* refactor: remove useless code line
2017-10-09 16:47:22 +02:00
Satyajit Sahoo
658a8aeab8 chore: release 0.0.7 v0.0.7 2017-10-02 15:14:59 +02:00
Ferran Negre
153130093a feat: Toolbar platform adaptation for iOS (#146)
* feat: Toolbar platform adaptation for iOS: Title centered depending on the number of Actions.

* feat: Fix ToolbarAction when using TouchableRipple.

* feat: Use 'ios' for platform check.
2017-10-02 15:10:37 +02:00
Krzysztof Borowy
8cd3e75cbe fix: Remove elevation prop, use styles instead (#153) 2017-10-02 15:08:54 +02:00
Luke Walczak
f201e1f7ea feat: Controls adaptation to IOS (#155)
* feat: checkbox ios adaptation

* feat: switch component

* feat: radio button ios adaptation

* feat: refactor control components
2017-10-02 14:59:06 +02:00
lukewalczak
547b14ad5e refactor: checkbox as a part of a list item 2017-09-27 09:54:18 +02:00
Satyajit Sahoo
1981048ff5 chore: upgrade component-docs 2017-09-26 15:17:33 +02:00
Krzysztof Borowy
d02205e23a Do not add 'ref' to functional Components (#147)
* fix: add refs only to non-functional components

* feat: mention supported RN version
2017-09-26 13:35:11 +02:00
Satyajit Sahoo
812825646f fix: fix error with checkbox component (#149) 2017-09-26 12:59:13 +02:00
Satyajit Sahoo
6b71968b2e chore: upgrade expo and react native (#148) 2017-09-26 12:46:56 +02:00
Luke Walczak
bbdf9f0423 Progress bar component (#144)
* feat: progress bar component

* feat: update progress bar example

* feat: refactor progress bar component

* feat: progress bar component finished
2017-09-25 11:53:05 +02:00
Adam Trzciński
572aa8ea1e feat: enhance Icon component (#125) 2017-08-22 10:31:04 +02:00
Satyajit Sahoo
ca30661038 chore: remove design references
Nobody ever uses them and they take up unnecessary space
2017-08-19 07:11:03 +02:00
Satyajit Sahoo
5b797a9ea5 chore: upgrade dependencies and fix flow errors 2017-08-19 07:08:40 +02:00