Iyad Thayyil
0c5371adb3
feat: add Menu component ( #485 )
2019-03-21 14:36:48 +02:00
Luke Walczak
4a28c3e8a5
feat: expose new prop to add custom color in Chip component ( #729 )
2019-03-15 12:17:11 +02:00
Julian Hundeloh
2bbc33c3dd
fix: add flexGrow and flexShrink to Dialog.ScrollArea ( #835 )
...
* fix: limit Dialog.ScrollArea height
* fix: update example
* fix: reduce height
2019-03-12 11:55:59 +02:00
Óscar Carretero
e2b4ba4da7
feat: add ListSubheader component ( #739 )
...
* feat: add ListSubheader component
* feat: update ListSection in order to use ListSubheader
The `title` property is set as deprecated.
* test: update ListSection tests
* docs: update ListSection example
* feat: add ListSubheader typings
* docs: add ListSubheader usage example
* test: update snapshot
* refactor: remove warning
* fix: revert styles
2019-03-01 12:48:17 +02:00
Satyajit Sahoo
7a4966dfed
docs: update instructions for running the example app
2019-02-19 23:08:47 +01:00
Julian Hundeloh
b4490cfda0
fix: set number of lines to 1 in Card.Title ( #821 )
2019-02-11 16:06:14 +01:00
Julian Hundeloh
ad6f253df8
feat: add card title component ( #796 )
...
* feat: card title
* fix: add action prop
* fix: harmonize props with List.Item
* fix: set fixed width of left element
* fix: optimize height
2019-02-06 10:21:01 +01:00
Satyajit Sahoo
5ac1daf425
docs: fix instructions for web
2019-02-04 21:48:34 +01:00
Julian Hundeloh
fb6762ee10
feat: ActivityIndicator component ( #723 )
...
This component serves as a drop-in replacement for the component that is delivered by React Native out of the box. It's design tries to imitate the indeterminate circular progress indicator from the Material guidelines:
https://material.io/design/components/progress-indicators.html#circular-progress-indicators
2019-02-04 08:34:56 +01:00
Luís
550213b760
docs: adjust gestures distance for iOS on example app ( #797 )
...
### Motivation
Fixes #282 in example app. It gives extra space for gestures in `react-navigation`.
This is also a fix for the previous PR #754
### Test plan
Open the example app, change screen and test the gestures in iOS.
2019-02-01 15:54:59 +01:00
jaulz
99b33ece80
fix: improve fonts on web
2019-01-29 20:23:58 +01:00
Satyajit Sahoo
90450fc0d2
chore: fix errors in web configuration
2019-01-29 01:15:30 +01:00
Satyajit Sahoo
4a882594e7
docs: add instructions for react-native-web
2019-01-29 01:03:49 +01:00
Satyajit Sahoo
28762277bf
chore: use css grid in the examples
2019-01-27 16:10:49 +01:00
Satyajit Sahoo
22ffb9ae73
chore: add react-native-web example. closes #671
...
This example is missing the drawer, but all other examples are there. There are rendering issues with few components on the web. Hopefully this example will make it easier to identify these issues and fix them in future.
2019-01-27 14:38:27 +01:00
napolev
e1102a6385
fix: fix parenthesis locations in example app ( #747 )
...
* fixing parenthesis locations
* fix: fixing parenthesis locations
2019-01-23 10:40:26 +01:00
Satyajit Sahoo
ac5fe1668d
feat: add badge support in bottom navigation. closes #288
2019-01-23 10:27:27 +01:00
Julian Hundeloh
1de5095d13
feat: add Badge component
2019-01-22 15:02:36 +01:00
Julian Hundeloh
b68fac70b0
feat: add Avatar component
2019-01-22 12:55:16 +01:00
raajnadar
65fc420c35
fix: typo in bottom navigation example
2019-01-21 12:45:17 +01:00
Julian Hundeloh
1059b50d12
feat: add animated visibility for FAB ( #720 )
...
* feat: animated FAB
* feat: animated FAB
* fix: decrease hide animation duration.
2019-01-07 12:35:55 +01:00
Satyajit Sahoo
23b963b3d6
fix: rename right to numeric for tables
2018-12-10 12:54:26 +01:00
Antonio Moreno Valls
c0f7f90e67
feat: ToggleButton component ( #575 )
2018-12-10 12:17:18 +01:00
Julian Hundeloh
68a5b78ac1
feat: DataTable component ( #446 )
2018-11-27 12:29:01 +01:00
Rajendran Nadar
57fc5ecaab
chore: fix ambiguous resolution ( #654 )
...
* chore: upgrade expo-cli to v2.3.8
* fix :ambiguous module resolution
* fix: normal-regex to escape-string-regex
2018-11-22 12:14:45 +01:00
Satyajit Sahoo
dec191f5c7
refactor: export types from the main entry instead of /types
2018-11-08 17:26:19 +01:00
Satyajit Sahoo
0294209504
fix: merge types with the props of the component used internally
2018-11-08 17:26:19 +01:00
Iyad Thayyil
aed0bfd4c9
fix: add RTL support to searchbar( #565 )
2018-11-05 22:22:17 +01:00
Lucas Vieira
decbedbd82
feat: allow List.Accordion to behave as a controlled component ( #638 )
...
fixes #616 , #635
closes #618
2018-11-05 22:13:41 +01:00
Satyajit Sahoo
5265fb4e52
chore: upgrade deps
2018-11-05 15:10:54 +01:00
Bruno Castro
706c13d888
fix: TextInput example (accept upperCase and lowerCase letters) ( #619 )
...
It should accept both uppercase and lowercase letters
2018-10-23 08:56:57 +02:00
Satyajit Sahoo
5a51af4378
fix: fix helper text not shown the first time it's visible
2018-10-18 16:54:26 +02:00
Rajendran Nadar
39ceec618c
docs: add keyboardavoidingview to text input example ( #588 )
...
Added KeyBoardAvoidingView because it is hard to check the last TextInput in the example
2018-10-18 16:02:43 +02:00
Altaf Shaikh
ee954e8a8d
fix: RadioButton dialog example should use status props. ( #592 )
...
* fix: use correct props in radio button dialog example
* fix: use correct props in radio button dialog example
2018-10-12 08:23:04 +02:00
Dawid
e8ac805186
chore: update expo to latest version. ( #580 )
...
This PR upgrades expo in example app to latest version.
Actually, there is no issue for that, but It's good to use latest stable version of libraries.
2018-10-08 10:58:17 +02:00
Kacper Wiszczuk
9e0fe32e14
feat: add typescript support ( #561 )
2018-10-04 12:04:10 +02:00
Dawid
d3a7c48eee
Add implementation of banner component. ( #441 )
...
* feat: initial implementation of banner component.
* feat: add props description.
* refactor: Change the way banner is structured.
* refactor: small refactor of banner component and example.
* refactor: remove some not needed logic from banner and add example.
* refactor: refactor of banner props description and little clean up in component.
* refactor: simplify implementation of banner
* feat: add snapshot tests for banner.
* feat: add banner gif.
* fix: fix example.
* fix: reduce banner gif size.
* fix: reduce gif size even more.
2018-09-27 13:58:08 +02:00
Drew Rothstein
2397715aa4
feat: add onLongPress to Card ( #538 )
...
* feat: add onLongPress to Card
* feat: add onLongPress to Card: disable correction
* Update CONTRIBUTING.md
* Update CONTRIBUTING.md
2018-09-25 10:49:58 +03:00
Satyajit Sahoo
137124da85
feat: pass color prop to left and right items
2018-09-04 14:54:46 +02:00
Satyajit Sahoo
6785992d8f
docs: improve examples
2018-09-04 13:48:30 +02:00
Satyajit Sahoo
0da377684a
chore: wrap dialogs in example with portal
2018-09-04 13:16:43 +02:00
Satyajit Sahoo
06f929bd5c
BREAKING: change left and right props to render callbacks
2018-09-03 17:04:58 +02:00
Satyajit Sahoo
61c6fef264
BREAKING: replace ListSection.* and DrawerSection.* with List.* and Drawer.* ( #524 )
2018-09-02 03:46:33 +02:00
Satyajit Sahoo
27c196fad2
BREAKING: replace icon and avatar props of ListItem with left and right
...
Fixes #365
2018-09-02 03:00:12 +02:00
Satyajit Sahoo
4de442d670
chore: fix example app
2018-09-01 14:08:09 +02:00
iyad
ce97d1558b
chore: add RTL toggle to example app. closes #503
2018-09-01 02:00:03 +02:00
Julian Hundeloh
89db7c14ab
feat: disabled FAB. closes #445
2018-09-01 01:06:36 +02:00
Julian Hundeloh
3b09171aff
BREAKING: add status prop to checkbox and radio
2018-09-01 00:42:22 +02:00
Satyajit Sahoo
f1cde8a3fc
BREAKING: TextInput redesign ( #522 )
2018-09-01 00:31:40 +02:00
Iyad Thayyil
4a7d2e6466
fix: broken menu button of example app ( #510 )
...
<!-- Please provide enough information so that others can review your pull request. -->
<!-- Keep pull requests small and focused on a single change. -->
### Motivation
<!-- What existing problem does the pull request solve? Can you solve the issue with a different approach? -->
### Test plan
<!-- List the steps with which we can test this change. Provide screenshots if this changes anything visual. -->
2018-08-29 11:43:28 +02:00