Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/react-native-elements/react-native-elements
Cross-Platform React Native UI Toolkit
https://github.com/react-native-elements/react-native-elements
6e7a4f00f924ec226437fee645f6db0601b19c43 authored about 6 years ago
fb0903cc9daaa185548a198c644e722b47226877 authored about 6 years ago
fe7ebb747a4c38baa2970e51fe4047e4e90a9625 authored about 6 years ago
105839e936db033b52cbbaf3dbb8490ed7daf46c authored about 6 years ago
48369a1e1e7acda474478b3b15d15fc6bdcfc4ca authored about 6 years ago
526572bf98e99467fb550f470a336ebe67b3caaa authored about 6 years ago
a70c3ba5f59a0a96282d71b10b729b70b7c32241 authored about 6 years ago
17be686ad1406244c2eb785fb9529bd0cf215ffd authored about 6 years ago
6dd0c5ebc4e9941f70d384535fe83ba8ad0c82a2 authored about 6 years ago
bbffbc85e9f2b19c4a13a43486a8ea111ca6bd16 authored about 6 years ago
Changes Overlay to use react-native's Modal under the hood
Closes #1312, #1311
22654c9350ebc653b219e0bd823ec01eba815b83 authored about 6 years ago
The withTheme hoc merges incoming props with the props from the theme
for a component. However t...
Overlay was previously a fixed height, width so when orientation changed
or window resized(rnw) ...
8f6336d7c033a062e93a4b249c804dc00d0d2d91 authored about 6 years ago
Allow all ListItem right-sided props (rightTitle, rightElement) to
display correctly aligned to...
Closes #1645
9fb179344c43da85ee5a8fd37afbb410817266c3 authored about 6 years ago
Also updated other components that use Input so they'll have no visible
changes.
Closes #1640
2df01cecbff36b15adcbc2e29649b9d383ac0e84 authored about 6 years agoAdded possibility to have an image as the background for the Header.
1957e0d3dec12efd86673b7422ab063529ebc468 authored about 6 years agoCloses #1606
62b28ebac3172b1b66be832a90904901db08a802 authored about 6 years ago
Prettier with eslint option set in vscode was failing to format TS files
without these options set.
Add platform-specific colours according to their respective design guidelines (iOS, Android).
0f335659f856f87d17e3e560aebaf95cfab08a79 authored about 6 years ago945e2c8178243a1ac60bd42818a7e03d6e3ac7ca authored about 6 years ago
Changes the SearchBar icons from material-community to material.
The default icon is material...
d60bb037a7d3c02d5ae9ef806100e7a45db457dc authored about 6 years ago89230a27d549f082d14f7c45ae272541c0d1597c authored about 6 years ago
94b9cee754785219f267f384dcf887a435ba144e authored about 6 years ago
* set ios as default style for Image
* fixed select function in test to correctly return andr...
241adb48ce6e131140df59f0205b9377b75ac440 authored about 6 years ago* set ios as default style for Header
* updated react-native-status-bar-height for 'default' ...
4379a7888aa8127877e4cef9d15525ec3f44d828 authored about 6 years ago659ad08dbeee0ebd1cb7e14b2c9819abf9400d05 authored about 6 years ago
c05a8fd7739e517d6251ff42b615a54cda334bb7 authored about 6 years ago
a2e179fb1f2914769226a6785038542737ee24fe authored about 6 years ago
21292b41d29167cb8aeb5ae1d6530763fb97280d authored about 6 years ago
200efde7602f9a81a53d7226cb4a73b9ac86a0d1 authored about 6 years ago
489723eda8d80f818d6b658b0d84e051d334696d authored about 6 years ago
62a9fccbf5f7f1cb95d061ac52b9bfc20bc8c8c2 authored about 6 years ago
6349f79614dd242096c6808ae781820d38f4e50f authored about 6 years ago
* added default style for avatar
* switched from android to ios as default for edit button st...
cb11a69dec3563278793a372d112cdd8abca7d70 authored about 6 years ago* Added custom styles to searchBar cancel button
* Added tests to SearchBar-ios
* Updated ...
733e38c39a115e84942e6d3e9ad2ca68bdcf51bd authored about 6 years ago* test: Add lint command to husky hook
* test: Add lint command to CI pipeline
b9f8317441418dd9f940674e442bfdffd8927516 authored about 6 years ago* fix(ButtonGroup): Remove unused vars from tests
* fix(ThemeProvider): Remove unused vars fr...
82c1cdf082ddd7824402fcc8223b7232995ba791 authored about 6 years agoFixes #1588
28b55e0e9159a1ecce8f17d7b50e6a89359ae8a9 authored about 6 years agoFixes #1588
faea9b7f2e320450afbc1ab8a95462914469b1af authored about 6 years agoCloses #1590
3d0c80d9c4e2964db52070d585eccac52eaeb95d authored about 6 years ago
BREAKING CHANGE: `disableSelected` prop has been removed
Closes #1326
Continues work from #1457
96406c0c786ffee41f23817bcaf171fb4ea20e2e authored about 6 years ago* Add TextStyle to possible checkmark types.
* Fix checkmark correctly.
e1b7f429fa306ae0c887736c69512db7558713eb authored about 6 years agoCloses #1544
12e7ff592adf8bdfbdf3972a5c9fad45575a08f9 authored about 6 years agoFixes #1411
acf5add5e4c0d37764810a3e6bdf608e29a75016 authored about 6 years agoBREAKING CHANGE: editButton values changed iconName -> name, iconType -> type, iconColor -> color
e44bff0a34466786c41b729b1f21e8e4f44ff9f2 authored about 6 years ago5d41076aa386375c02dc85e557ae8cbe952a8bed authored about 6 years ago
Closes #1568
3c63bc1762f63b2b40ce38bbe37077c73c9e8000 authored about 6 years ago91daafd1ebcf3af4a681f34e41fd3f59ffd12526 authored about 6 years ago
f27aca593552dba4d55b8b7d767122aaeee3937e authored about 6 years ago
Makes use of Image component from react-native-elements instead of using FadeInImage
3e9c8635a2d4a9864d974bd0ce9e6c6deccd690c authored about 6 years ago908b6f1b432f2d32eb042c8ce506968584ea8803 authored about 6 years ago
Closes #1478
3663c0c963bed7d1c260faa223020c78ec1e3440 authored about 6 years agoab00c73b0f4085ebe88e17f4dd958e68091e0dd5 authored about 6 years ago
53fd11b7551c1452f36a476faca21543a6017143 authored about 6 years ago
a950e48927ff0a61a5f5c3d2fdf3bfe98e19c406 authored about 6 years ago
4cb875807f87f947f9d8577e9c8d8dec766b82c6 authored about 6 years ago
1c50243a4cbc7804a961e4ddde9e9090f9472d6d authored about 6 years ago
Fixes #1579
3f3e95def5748fa5563e3345073d731b203d4c4d authored about 6 years agoFix for this issue https://github.com/react-native-training/react-native-elements/issues/1247
28c61418d129c288cc5c5755c7024d379b389230 authored about 6 years agof8c10bcb72971f0ecf8dd4f0ea68b17837632cb9 authored about 6 years ago
60354364b8d7ef92ef875b5cbd0249e3c5d6a590 authored about 6 years ago
cb34170fc251a3aa00fab6c0e4bf243afea854ac authored about 6 years ago
Fixes #1541
4a0e06ec01ab9c841c5278b707271eff7fa19c7f authored about 6 years agoCloses #1552
de522f1e01393ca75629eb2a69d41e05354c5306 authored about 6 years ago6edf6f94f0c8bec69e10c46c696e74676b5780f0 authored over 6 years ago
* ref: Refractor Badge component
* test: Update snapshots
* test: Add tests for minibadge
...
9574edf041b3439f0df8b56282efdf8853afca4e authored over 6 years ago
* Fix ImageComponent link in Avatar docs
* Fix withOverlay and withPointer links in Tooltip docs
4c3dda99563b9666b3e054721608a100ef5806f8 authored over 6 years ago364e1a74a8f87f44b588546dd2e181fdad7824ef authored over 6 years ago
* feat: Add button types
* test: Update snapshots
* test: Add tests for button types
* ...
773131e5520dda95e36dab7a02735a74b5803f59 authored over 6 years ago
Creating roudned buttons with custom height, width had graphical bugs on
android
BREAKING CH...
56733235c9d5b5a919bbba7e8173c1e484d8e3cf authored over 6 years agob05d5ac015aac83ad537b0d9286bf1e6bed647b7 authored over 6 years ago
Continuation of #1505 which didn't account for the loading prop
18611c3400c01f9111380e3f59c7231483cb629f authored over 6 years ago62df0ae490a0d0ddc7cb740f876de04afa81ad2a authored over 6 years ago
83a8625d23300db2074fc5f2306105f2a239419b authored over 6 years ago
24fbebc0a27f0fa4fc5fbfb3d3233651da8e7dc4 authored over 6 years ago
* Change propType of input’s label and render method
* Update docs of Input
* Update label...
d1ac878c6ff3e3af24bc7f5904929c9076ffc215 authored over 6 years ago* Remove expo ci from PRs
* ci: Remove files from expo example run
[ci skip]
ad1973f27e756f76e7cbf0a517639bd26be8a9bc authored over 6 years ago* fix(Button): Make the padding consistent
* test: Update snapshots
* fix(Button): Move th...
5508d928eeed5c55bfb658e1fd5541ce7df9dc7e authored over 6 years ago* Extend propTypes of tile component to accept caption as object
* Conditional render depende...
0f833665c0d46a67b37eda5cc8e95c7caabb15f2 authored over 6 years ago98e8485b6477e9e4d5a3bb8b96ecdf2e43fdaa38 authored over 6 years ago
Adds tests for onPress and selectMultiple
4b512c319172be84096dbb98fb24f5cf27dbf8b1 authored over 6 years ago[ci skip]
ed84539a65580a0540849bec87e285e987686377 authored over 6 years ago52678d56f1f6503d1a6430e192c2cb4c6d705165 authored over 6 years ago
d469f22b4f44a4ee7437d77733926ece2ad39be6 authored over 6 years ago
88f3dcfdb1b5302631bdb2f9610275ef0f2b6c5a authored over 6 years ago
updateTheme uses lodash.merge. merge is a mutatative operation which
error as it was trying to ...
Changed from `boolean` to `'left' | 'center' | 'right'`
358f452f829907e4f369dc46a010a56a15d36d89 authored over 6 years ago92fce291f612245478ec01c9c703151d5b3ee17e authored over 6 years ago
29f3f3614b210899062180b239f5be1cca9b5e3e authored over 6 years ago
Fixed develops -> developers in the following sentence.
There are many great ui components made...
Added a small call to action to encourage developers to experiment with the components in the li...
88c83ac8b9fee7b743b4d83e00f48203da187d7a authored over 6 years agoIncluded import statement for Divider.
0a7304f03746272f243c478b6ace3eeb62d643e7 authored over 6 years ago
Current typings required that the theme object have in the colors
property
Closes #1467
c2200edcc5431785a9f623ebb87774230b3b6747 authored over 6 years agoSome of the code snippets on this page did not have import statements so I added some.
74303e373ee52aad6e8d592071c6e8c5763c7c64 authored over 6 years agoAdded import statements for Tile
98af92f0d18533e936d38c63ef63ba61e81cf905 authored over 6 years ago* fix(Avatar): Change PropTypes to object to avoid the warning
* fix(Avatar): Props should al...
6887b116701ae8aa817992e026b8f9b13fa7975f authored over 6 years ago