181 Commits

Author SHA1 Message Date
Satyajit Sahoo
624bdc3d1c chore: release 0.0.6 v0.0.6 2017-08-09 16:33:01 +02:00
Satyajit Sahoo
b0d1dce696 fix: fix icon component 2017-08-09 16:32:24 +02:00
Satyajit Sahoo
27e5b5dc3c chore: release 0.0.5 v0.0.5 2017-08-09 12:54:34 +02:00
Michał Pierzchała
97e1fd88b7 chore(deploy): Adjust path to deploy_key (#130) 2017-08-07 12:49:32 +02:00
Michał Pierzchała
3b779c6c04 chore(deploy): fix travis globals; move deployment_key to docs (#129) 2017-08-07 12:41:01 +02:00
Michał Pierzchała
2abd6792fd chore(deploy): Setup auto deployment to gh-pages (#128) 2017-08-07 12:01:12 +02:00
Ahmed Elhanafy
73cdf89378 Drawer removal (#123)
* breaking: Delete the drawer component and export DrawerItem and DrawerSection

* fix: Eslint errors

* fix: Eslint errors
2017-07-26 17:49:23 +02:00
Ferran Negre
aa6271ddd6 feat: SearchBar - Add ability to use the left icon as a button (#121) 2017-07-26 17:10:40 +02:00
Satyajit Sahoo
c23d5d3ff9 chore: use CRNA for the example 2017-07-19 04:11:22 +05:30
Satyajit Sahoo
d8bb183be3 chore: upgrade component-docs 2017-07-16 03:44:14 +05:30
Satyajit Sahoo
6a4bb7d6a4 fix: fix searchbar 2017-07-05 22:47:59 +05:30
Raúl Gómez Acuña
201702408f chore: add Git Hook to validate commit messages (#118) 2017-07-05 22:41:04 +05:30
Ferran Negre
79cf42aaf1 feat: add a Toolbar component (#112) 2017-07-05 22:33:32 +05:30
Satyajit Sahoo
1479c76f77 chore: upgrade to React Native 0.45 (#120) 2017-07-04 21:52:12 +02:00
Satyajit Sahoo
05455b1140 chore: use gh-pages branch for deploying docs 2017-07-04 18:09:17 +05:30
Satyajit Sahoo
c0f4341c76 chore: use yarn on travis (#116) 2017-07-04 14:30:30 +02:00
Satyajit Sahoo
c3dba49d8a fix: use TouchableHighlight on Android < Lollipop (#115)
Earlier, older Android versions used a ugly blue highlight for touchable items. This commit changes it to a `TouchableHighlight`, which uses the appropriate highlight color. Merged it with the iOS version for now since they have the same behaviour.
2017-07-04 13:04:20 +02:00
Satyajit Sahoo
07d52d49eb chore: add jsconfig.json to .gitignore 2017-07-04 16:17:01 +05:30
Raúl Gómez Acuña
d82e1a0d4f chore: fix linting errors + add precommit hook for flow and lint (#114) 2017-07-04 15:47:53 +05:30
Satyajit Sahoo
16c3ea2f60 feat: add a FAB component (#109) 2017-06-26 11:57:16 -04:00
Satyajit Sahoo
8af7551914 fix: fix searchbar styles (#110) 2017-06-26 11:47:06 -04:00
Satyajit Sahoo
d117bb95c0 chore: fix prettier error 2017-06-26 19:57:37 +05:30
Ferran Negre
c1bd408bb3 Merge pull request #106 from callstack-io/@satya164/theming
refactor: rework theme provider and HOC
2017-06-23 06:19:31 -04:00
Satyajit Sahoo
b68f446f09 fix typo 2017-05-31 17:48:36 +05:30
Satyajit Sahoo
f58315775a refactor: rework theme provider and HOC 2017-05-31 17:05:05 +05:30
Satyajit Sahoo
0a203079f5 chore: use es5 trailing commas 2017-05-18 17:55:53 +05:30
ferrannp
2e49f5e957 fix: fix flow issues for withTheme and dependencies 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
bb0e3c5d99 fix: fix building docs 2016-12-07 05:17:50 +05:30
Satyajit Sahoo
a467848f86 Use component-docs for documentation (#96) 2016-12-06 01:24:42 +02:00
Satyajit Sahoo
a34c81d112 docs: fix mobile view 2016-12-04 14:53:00 +05:30
Satyajit Sahoo
696cdd90fd docs: tweak styling 2016-12-04 04:39:21 +05:30
Satyajit Sahoo
9b7cd02fb5 feat: add get started page 2016-12-04 03:47:19 +05:30
Sreejith R
70b17c153a fix: use flexGrow instead of flex to avoid collapsing (#95) 2016-11-30 15:50:40 +05:30
Satyajit Sahoo
66e9fe7c73 fix: fix button's children 2016-11-30 14:32:07 +05:30
Satyajit Sahoo
25cd681466 fix: fix portal props 2016-11-29 08:09:30 +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
Sreejith R
26ea691541 Removed 'export * as' syntax in 'src/index.js' (#93)
Changed 'export * as' syntax to 'import * as ...; export { ... }' since former needs extra babel plugin to function

* Moved the import of Colors to the top to pass Linter
2016-11-28 20:37:04 +05:30
Satyajit Sahoo
6165252485 Merge branch 'master' of github.com:react-native-paper/react-native-paper 2016-11-28 20:17:18 +05:30
Satyajit Sahoo
113e3cbd8f fix: fix flex in <PortalHost /> 2016-11-28 20:03:52 +05:30
Sreejith R
ce2555940b Exported DefaultTheme (#92) 2016-11-28 19:55:39 +05:30
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
Satyajit Sahoo
4732b02a0f feat: add portal component (#86)
* Initial commit

* Fix incorrect flow type

* refactor: tweak portal component

* fix: update portal's children when they update
2016-11-27 00:19:53 +02:00
Satyajit Sahoo
b4a97323fc docs: add a pure css menu button 2016-11-25 12:09:38 +05:30
Satyajit Sahoo
70cf03b4d9 docs: fix deploy 2016-11-25 11:00:16 +05:30
Satyajit Sahoo
0ae917bccc Merge pull request #83 from react-native-paper/extra-props
docs: add a way to specify extra props
2016-11-25 10:42:45 +05:30