34 Commits

Author SHA1 Message Date
Wojtek Szafraniec
d3db78f926 feat: migrate from Flow to TS (#1114) 2019-06-26 14:55:22 +02:00
Satyajit Sahoo
45a1e5ca55 chore: use commitlint for validating commit message 2019-02-14 17:04:35 +01:00
Satyajit Sahoo
287d25a9a9 docs: update contributors list 2019-02-09 02:10:19 +01:00
Satyajit Sahoo
a07962638b fix: fix random onLayout events in Bottom Navigation. fixes #800 2019-02-01 23:13:01 +01:00
Satyajit Sahoo
e08eb2ba1f fix: delay portal rendering to avoid infinite loop 2019-01-27 17:57:42 +01:00
Satyajit Sahoo
c80ca3fa26 chore: use babel-test for testing the babel plugin 2018-12-17 18:32:09 +01:00
Satyajit Sahoo
5265fb4e52 chore: upgrade deps 2018-11-05 15:10:54 +01:00
Kacper Wiszczuk
b21596c51c fix: upgrade react-theme-provider (#584) 2018-10-09 12:04:26 +02:00
Satyajit Sahoo
295a7719c5 chore: generate changelog with conventional-changelog 2018-10-08 03:48:29 +02:00
Satyajit Sahoo
53b5c0f681 chore: automate release with relase-it. fixes #275 2018-10-08 03:28:02 +02:00
Kacper Wiszczuk
0837f8c2e8 fix: fix Typescript withTheme return type (#582)
Fix Typescript type for `withTheme`.

```typescript
const Wrapped = withTheme(Component);
render = () => <Wrapped theme={somePartialTheme} />
```
2018-10-07 21:56:31 +02:00
Kacper Wiszczuk
9e0fe32e14 feat: add typescript support (#561) 2018-10-04 12:04:10 +02:00
Jakub Kłobus
2c27321968 refactor: use @callstack/react-theme-provider 2018-07-25 15:02:43 +02:00
Satyajit Sahoo
8959640f56 chore: upgrade deps 2018-05-31 07:44:55 +02:00
Satyajit Sahoo
b544a42e2d feat: add babel plugin for modular imports (#309) 2018-04-17 13:59:38 +02:00
Satyajit Sahoo
a3bbb4e934 chore: update dependencies and fix flow 2018-04-17 09:07:23 +02:00
Satyajit Sahoo
a8137337ac refactor: don't use deprecated React lifecycles. closes #285 2018-04-05 12:07:20 +02:00
Grzegorz Gawrysiak
96c061ce6a chore: update the lockfile (#263) 2018-03-03 12:13:50 +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
665f8fd801 fix: use hoist-non-react-statics 2018-02-24 17:56:25 +01:00
Satyajit Sahoo
7b08554fd8 chore: release 0.0.9 2018-02-06 10:00:29 +01:00
Satyajit Sahoo
913d7c1291 chore: link to docs in the branch in pr comment (#229) 2018-02-02 17:03:00 +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
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
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
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
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
Satyajit Sahoo
c0f4341c76 chore: use yarn on travis (#116) 2017-07-04 14:30:30 +02:00