Satyajit Sahoo
74e3228fac
chore: release 1.1.0
2018-03-05 14:46:20 +01:00
Satyajit Sahoo
872efda867
chore: release 1.0.2
2018-03-03 14:39:17 +01:00
Satyajit Sahoo
1766fd10b6
refactor: use create-react-context for theming
2018-03-03 14:31:08 +01:00
Satyajit Sahoo
5a67be9a2f
chore: setup jest
2018-03-02 22:18:45 +01:00
Michał Pierzchała
3e1cfa8e93
chore: use eslint-config-callstack-io ( #250 )
2018-02-26 13:17:25 +01:00
Satyajit Sahoo
827d87415e
chore: release 1.0.1
2018-02-24 17:57:27 +01:00
Satyajit Sahoo
665f8fd801
fix: use hoist-non-react-statics
2018-02-24 17:56:25 +01:00
Satyajit Sahoo
21f0140b49
chore: release 1.0.0 🎉
2018-02-22 16:49:28 +01:00
Manjula Subhashchandra Dube
88c522d3a1
chore: add bootstrap script to run yarn ( #239 )
2018-02-10 18:00:17 +01:00
Satyajit Sahoo
7b08554fd8
chore: release 0.0.9
2018-02-06 10:00:29 +01:00
ferrannp
60160f998c
chore: release 0.0.8
2017-12-05 11:40:10 +01:00
Satyajit Sahoo
206963adc9
chore: upgrade dependencies
2017-11-27 01:29:42 +05:30
Satyajit Sahoo
bb51586351
chore: upgrade flow and dependencies ( #200 )
2017-11-07 11:21:17 +01:00
ferrannp
9a38816107
docs: Rewrite contributing guide.
2017-10-19 13:57:22 +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
Satyajit Sahoo
658a8aeab8
chore: release 0.0.7
2017-10-02 15:14:59 +02:00
Satyajit Sahoo
6b71968b2e
chore: upgrade expo and react native ( #148 )
2017-09-26 12:46:56 +02:00
Satyajit Sahoo
5b797a9ea5
chore: upgrade dependencies and fix flow errors
2017-08-19 07:08:40 +02:00
Satyajit Sahoo
624bdc3d1c
chore: release 0.0.6
2017-08-09 16:33:01 +02:00
Satyajit Sahoo
27e5b5dc3c
chore: release 0.0.5
2017-08-09 12:54:34 +02:00
Satyajit Sahoo
c23d5d3ff9
chore: use CRNA for the example
2017-07-19 04:11:22 +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
Satyajit Sahoo
1479c76f77
chore: upgrade to React Native 0.45 ( #120 )
2017-07-04 21:52:12 +02:00
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
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
c468b029e9
chore: improve dev workflow and upgrade deps
2017-05-18 17:55:53 +05:30
Satyajit Sahoo
0c0b053946
docs: support markdown in docs
2016-11-25 09:25:13 +05:30
Satyajit Sahoo
8e4243e07f
docs: add docs specific deps to docs folder
2016-11-22 00:34:08 +05:30
Satyajit Sahoo
0c84a871a6
Add docs generator ( #75 )
...
* docs: start working on docs generator
* docs: add a sidebar listing components
* docs: use next/css instead of styled components
* docs: properly setup routing
* refactor: rework styling
* docs: improve props styling
* chore: fix flow errors
* chore: styling tweaks
2016-11-21 15:08:32 +02:00
Ahmed Elhanafy
d0c9a4ad4e
feat: add <Drawer /> component ( #72 )
2016-11-20 23:58:47 +05:30
Satyajit Sahoo
c3a3e21196
chore: move index.js to src/
2016-11-20 22:43:01 +05:30
Satyajit Sahoo
260df2cb17
chore: fix devDependencies
2016-11-20 17:45:42 +05:30
Sreejith R
f91a448c5b
Fixed Flow Errors ( #52 )
2016-11-12 12:17:04 +05:30
Satyajit Sahoo
ecc481f9f5
chore: update dependencies
2016-11-11 21:37:05 +05:30
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
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
fe62211111
Include only src/ in published package
2016-10-23 23:59:20 +05:30
Satyajit Sahoo
06aed55bc4
Setup ESLint and Flow
2016-10-23 23:56:56 +05:30
Satyajit Sahoo
740a0a4d34
Made React and React Native peer deps
2016-10-23 23:15:53 +05:30
Ahmed Magdy
5c3363068b
Add react and react-native deps in package.json
2016-10-21 01:22:37 +02:00
Ahmed Magdy
92776a273b
Create package.json and add flow command
2016-10-21 01:05:28 +02:00