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

chore: Add webpack build folder to gitignore

6e7a4f00f924ec226437fee645f6db0601b19c43 authored about 6 years ago
test: Rename iOS SearchBar tests

fb0903cc9daaa185548a198c644e722b47226877 authored about 6 years ago
chore: Add package-lock.json to gitignore

fe7ebb747a4c38baa2970e51fe4047e4e90a9625 authored about 6 years ago
test(SearchBar*): Make tests between searchbars resusable

105839e936db033b52cbbaf3dbb8490ed7daf46c authored about 6 years ago
test(SearchBar-android): Increase test coverage

48369a1e1e7acda474478b3b15d15fc6bdcfc4ca authored about 6 years ago
test(SearchBar-ios): Increase test coverage

526572bf98e99467fb550f470a336ebe67b3caaa authored about 6 years ago
test(SearchBar-default): Increase test coverage

a70c3ba5f59a0a96282d71b10b729b70b7c32241 authored about 6 years ago
test(SearchBar): Increase test coverage

17be686ad1406244c2eb785fb9529bd0cf215ffd authored about 6 years ago
test(Input): Increase test coverage

6dd0c5ebc4e9941f70d384535fe83ba8ad0c82a2 authored about 6 years ago
ci: Add eslint test to precommit

bbffbc85e9f2b19c4a13a43486a8ea111ca6bd16 authored about 6 years ago
refactor(Overlay): Use react native Modal as component base

Changes Overlay to use react-native's Modal under the hood

Closes #1312, #1311

22654c9350ebc653b219e0bd823ec01eba815b83 authored about 6 years ago
fix(theme): Merging of children prop unexpected results

The withTheme hoc merges incoming props with the props from the theme
for a component. However t...

8778d3831af84601a7aebb643acfa29cdf98aaa0 authored about 6 years ago
fix(Overlay): Allow resizing when changing orientation

Overlay was previously a fixed height, width so when orientation changed
or window resized(rnw) ...

bcaafba182469ebbb14a2947fdd02a78621f7d79 authored about 6 years ago
test(Overlay): Add test for default handler

8f6336d7c033a062e93a4b249c804dc00d0d2d91 authored about 6 years ago
fix(ListItem): Allow solo rightTitle to display correctly (#1647)

Allow all ListItem right-sided props (rightTitle, rightElement) to
display correctly aligned to...

4a444690c795447f8c8e1577a4a571c6c8628b4d authored about 6 years ago
fix(ListItem): Fix Component propType for PadView

Closes #1645

9fb179344c43da85ee5a8fd37afbb410817266c3 authored about 6 years ago
fix(Input): Make width to be 100% instead of 90% (#1644)

Also updated other components that use Input so they'll have no visible
changes.

Closes #1640

2df01cecbff36b15adcbc2e29649b9d383ac0e84 authored about 6 years ago
feat(Header): Add background image (#1556)

Added possibility to have an image as the background for the Header.

1957e0d3dec12efd86673b7422ab063529ebc468 authored about 6 years ago
feat(types): Add definitions for SearchBar cancelButtonProps

Closes #1606

62b28ebac3172b1b66be832a90904901db08a802 authored about 6 years ago
chore: Add additional options to eslint to fix TS format

Prettier with eslint option set in vscode was failing to format TS files
without these options set.

be4bba746e80a977d6c40087caa72b2ab587696c authored about 6 years ago
feat: Add official platform colors (#1624)

Add platform-specific colours according to their respective design guidelines (iOS, Android).

0f335659f856f87d17e3e560aebaf95cfab08a79 authored about 6 years ago
Fixed GitHub spelling (#1627)

945e2c8178243a1ac60bd42818a7e03d6e3ac7ca authored about 6 years ago
perf(SearchBar): Switch from material-community to material (#1620)

Changes the SearchBar icons from material-community to material.

The default icon is material...

d60bb037a7d3c02d5ae9ef806100e7a45db457dc authored about 6 years ago
test: Run default SearchBar tests that were omitted (#1621)

89230a27d549f082d14f7c45ae272541c0d1597c authored about 6 years ago
feat(config/fonts): Support RNW with empty default fonts (#1619)

94b9cee754785219f267f384dcf887a435ba144e authored about 6 years ago
feat(Image): Support RNW with iOS style as default (#1618)

* set ios as default style for Image

* fixed select function in test to correctly return andr...

241adb48ce6e131140df59f0205b9377b75ac440 authored about 6 years ago
feat(Header): Support RNW with iOS style as default (#1616)

* set ios as default style for Header

* updated react-native-status-bar-height for 'default' ...

4379a7888aa8127877e4cef9d15525ec3f44d828 authored about 6 years ago
feat(Button|ButtonGroup): Support RNW with iOS style as default (#1615)

659ad08dbeee0ebd1cb7e14b2c9819abf9400d05 authored about 6 years ago
feat(SocialIcon): Support RNW with iOS style as default (#1614)

c05a8fd7739e517d6251ff42b615a54cda334bb7 authored about 6 years ago
feat(PricingCard): Support RNW with iOS style as default (#1612)

a2e179fb1f2914769226a6785038542737ee24fe authored about 6 years ago
feat(Overlay): Support RNW with iOS style as default (#1611)

21292b41d29167cb8aeb5ae1d6530763fb97280d authored about 6 years ago
feat(Input): Support RNW with iOS style as default (#1610)

200efde7602f9a81a53d7226cb4a73b9ac86a0d1 authored about 6 years ago
feat(Icon): Support RNW with iOS style as default (#1609)

489723eda8d80f818d6b658b0d84e051d334696d authored about 6 years ago
feat(CheckBox): Support RNW with iOS style as default (#1608)

62a9fccbf5f7f1cb95d061ac52b9bfc20bc8c8c2 authored about 6 years ago
feat(Card): Support RNW with iOS styles as default (#1607)

6349f79614dd242096c6808ae781820d38f4e50f authored about 6 years ago
feat(Avatar): Support RNW with iOS styles as default (#1602)

* added default style for avatar

* switched from android to ios as default for edit button st...

cb11a69dec3563278793a372d112cdd8abca7d70 authored about 6 years ago
Add custom styles to iOS SearchBar cancel button (#1449)

* Added custom styles to searchBar cancel button

* Added tests to SearchBar-ios

* Updated ...

733e38c39a115e84942e6d3e9ad2ca68bdcf51bd authored about 6 years ago
test: Add lint to ci pipeline and pre-commit hook (#1601)

* test: Add lint command to husky hook

* test: Add lint command to CI pipeline

b9f8317441418dd9f940674e442bfdffd8927516 authored about 6 years ago
fix: Remove eslint errors (#1599)

* fix(ButtonGroup): Remove unused vars from tests

* fix(ThemeProvider): Remove unused vars fr...

82c1cdf082ddd7824402fcc8223b7232995ba791 authored about 6 years ago
docs: Update beta installation instructions to have tag

Fixes #1588

28b55e0e9159a1ecce8f17d7b50e6a89359ae8a9 authored about 6 years ago
docs: Update beta installation instructions to have tag

Fixes #1588

faea9b7f2e320450afbc1ab8a95462914469b1af authored about 6 years ago
fix(Avatar|Image): Fade out placeholder when image loads (#1592)

Closes #1590

3d0c80d9c4e2964db52070d585eccac52eaeb95d authored about 6 years ago
feat(ButtonGroup): Add disabled styles (#1587)

BREAKING CHANGE: `disableSelected` prop has been removed
Closes #1326

aa4db537d6247344e7e8839aa3ce91a79d431665 authored about 6 years ago
fix(types): Make ListItem icon and avatar props to be partial

Continues work from #1457

96406c0c786ffee41f23817bcaf171fb4ea20e2e authored about 6 years ago
fix(types): Allow checkmark on ListItem to pass partial props (#1457)

* Add TextStyle to possible checkmark types.

* Fix checkmark correctly.

e1b7f429fa306ae0c887736c69512db7558713eb authored about 6 years ago
docs(website): Add onPageNav layout for website (#1585)

Closes #1544

12e7ff592adf8bdfbdf3972a5c9fad45575a08f9 authored about 6 years ago
fix(Avatar): Edit button was being clipped by borderRadius

Fixes #1411

acf5add5e4c0d37764810a3e6bdf608e29a75016 authored about 6 years ago
feat(Avatar): Merge incoming editButton props with default

BREAKING CHANGE: editButton values changed iconName -> name, iconType -> type, iconColor -> color

e44bff0a34466786c41b729b1f21e8e4f44ff9f2 authored about 6 years ago
docs(website): Cleanup Avatar docs

5d41076aa386375c02dc85e557ae8cbe952a8bed authored about 6 years ago
docs(website): Add edit button related props to Avatar

Closes #1568

3c63bc1762f63b2b40ce38bbe37077c73c9e8000 authored about 6 years ago
docs(website): Add description for Avatar icon prop

91daafd1ebcf3af4a681f34e41fd3f59ffd12526 authored about 6 years ago
test: Add unit tests for Avatar

f27aca593552dba4d55b8b7d767122aaeee3937e authored about 6 years ago
refactor(Avatar): Use Image component for placeholder

Makes use of Image component from react-native-elements instead of using FadeInImage

3e9c8635a2d4a9864d974bd0ce9e6c6deccd690c authored about 6 years ago
test: Hide console.warn errors in jest tests

908b6f1b432f2d32eb042c8ce506968584ea8803 authored about 6 years ago
feat: Add Image component (#1582)

Closes #1478

3663c0c963bed7d1c260faa223020c78ec1e3440 authored about 6 years ago
docs: Cleanup readme

ab00c73b0f4085ebe88e17f4dd958e68091e0dd5 authored about 6 years ago
docs: Cleanup readme

53fd11b7551c1452f36a476faca21543a6017143 authored about 6 years ago
docs(website): Update label guide to reflect github

a950e48927ff0a61a5f5c3d2fdf3bfe98e19c406 authored about 6 years ago
docs(website): Update label guide to reflect github

4cb875807f87f947f9d8577e9c8d8dec766b82c6 authored about 6 years ago
chore: Rename badge to Badge

1c50243a4cbc7804a961e4ddde9e9090f9472d6d authored about 6 years ago
fix: Android SearchBar clear icon was using cancel icon (#1580)

Fixes #1579

3f3e95def5748fa5563e3345073d731b203d4c4d authored about 6 years ago
fix(SearchBar): Evaluate if value is empty on initial run (#1575)

Fix for this issue https://github.com/react-native-training/react-native-elements/issues/1247

28c61418d129c288cc5c5755c7024d379b389230 authored about 6 years ago
feat(types): Add orientation prop to Slider

f8c10bcb72971f0ecf8dd4f0ea68b17837632cb9 authored about 6 years ago
test: Add tests for withTheme

60354364b8d7ef92ef875b5cbd0249e3c5d6a590 authored about 6 years ago
test: Fix searcbar error being logged to console

cb34170fc251a3aa00fab6c0e4bf243afea854ac authored about 6 years ago
fix: Hoist statics for withTheme hoc (#1554)

Fixes #1541

4a0e06ec01ab9c841c5278b707271eff7fa19c7f authored about 6 years ago
fix: Use library for calculating statusBar height (#1553)

Closes #1552

de522f1e01393ca75629eb2a69d41e05354c5306 authored about 6 years ago
Merge branch 'master' into next

6edf6f94f0c8bec69e10c46c696e74676b5780f0 authored over 6 years ago
ref: Badge component (#1545)

* ref: Refractor Badge component

* test: Update snapshots

* test: Add tests for minibadge
...

3dc362d12914a3817d5814d567132d2655523a8a authored over 6 years ago
Set default prop for type (#1546)

9574edf041b3439f0df8b56282efdf8853afca4e authored over 6 years ago
docs: Fix paragraphs links in docs (#1536)

* Fix ImageComponent link in Avatar docs

* Fix withOverlay and withPointer links in Tooltip docs

4c3dda99563b9666b3e054721608a100ef5806f8 authored over 6 years ago
docs(website): Make image preview section reusable

364e1a74a8f87f44b588546dd2e181fdad7824ef authored over 6 years ago
feat: Add button types (#1540)

* feat: Add button types

* test: Update snapshots

* test: Add tests for button types

* ...

773131e5520dda95e36dab7a02735a74b5803f59 authored over 6 years ago
fix: Rounded buttons on android now work correctly (#1538)

Creating roudned buttons with custom height, width had graphical bugs on
android

BREAKING CH...

56733235c9d5b5a919bbba7e8173c1e484d8e3cf authored over 6 years ago
ci: Run travis against node stable

b05d5ac015aac83ad537b0d9286bf1e6bed647b7 authored over 6 years ago
fix: Make button height consistent when using loading

Continuation of #1505 which didn't account for the loading prop

18611c3400c01f9111380e3f59c7231483cb629f authored over 6 years ago
ci: Update husky and lint-staged

62df0ae490a0d0ddc7cb740f876de04afa81ad2a authored over 6 years ago
feat: Add AntDesign to list of available icon sets (#1529)

83a8625d23300db2074fc5f2306105f2a239419b authored over 6 years ago
docs(website): Add central place to show supported icon sets (#1532)

24fbebc0a27f0fa4fc5fbfb3d3233651da8e7dc4 authored over 6 years ago
feat(Input): Allow label to be a React element (#1531)

* Change propType of input’s label and render method

* Update docs of Input

* Update label...

d1ac878c6ff3e3af24bc7f5904929c9076ffc215 authored over 6 years ago
ci: Remove expo ci from PRs (#1528)

* 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 (#1505)

* fix(Button): Make the padding consistent

* test: Update snapshots

* fix(Button): Move th...

5508d928eeed5c55bfb658e1fd5541ce7df9dc7e authored over 6 years ago
feat(Tile): Allow caption to be a React element (#1510)

* Extend propTypes of tile component to accept caption as object

* Conditional render depende...

0f833665c0d46a67b37eda5cc8e95c7caabb15f2 authored over 6 years ago
docs: Fix small list item error. (#1530)

98e8485b6477e9e4d5a3bb8b96ecdf2e43fdaa38 authored over 6 years ago
test: Increase coverage on ButtonGroup

Adds tests for onPress and selectMultiple

4b512c319172be84096dbb98fb24f5cf27dbf8b1 authored over 6 years ago
docs(website): Add descriptions for every component (#1527)

[ci skip]

ed84539a65580a0540849bec87e285e987686377 authored over 6 years ago
feat: Remove default title from Button

52678d56f1f6503d1a6430e192c2cb4c6d705165 authored over 6 years ago
docs(website): Add linear gradient usage section to Button docs (#1526)

d469f22b4f44a4ee7437d77733926ece2ad39be6 authored over 6 years ago
docs(website): Add linear gradient usage section to Button docs (#1526)

88f3dcfdb1b5302631bdb2f9610275ef0f2b6c5a authored over 6 years ago
fix: Change updateTheme to merge empty object first (#1523)

updateTheme uses lodash.merge. merge is a mutatative operation which
error as it was trying to ...

66be983e152cb57ceb4c35a3f695bba105f10ead authored over 6 years ago
fix(types): Change type of HeaderProps.placement (#1515)

Changed from `boolean` to `'left' | 'center' | 'right'`

358f452f829907e4f369dc46a010a56a15d36d89 authored over 6 years ago
docs(website): Update docusaurus to latest

92fce291f612245478ec01c9c703151d5b3ee17e authored over 6 years ago
docs(website): Update docusaurus to latest

29f3f3614b210899062180b239f5be1cca9b5e3e authored over 6 years ago
docs: Small Typo Fix on Getting Started Page (#1489)

Fixed develops -> developers in the following sentence.
There are many great ui components made...

ec4a0e1942e8afbb5f95c84145c237da0ccfde19 authored over 6 years ago
docs(website): Made small updates to the prose on Overview page (#1490)

Added a small call to action to encourage developers to experiment with the components in the li...

88c83ac8b9fee7b743b4d83e00f48203da187d7a authored over 6 years ago
Included an import statement (#1492)

Included import statement for Divider.

0a7304f03746272f243c478b6ace3eeb62d643e7 authored over 6 years ago
fix(types): Allow partial theme be passed to ThemeProvider (#1468)

Current typings required that the theme object have in the colors
property

Closes #1467

c2200edcc5431785a9f623ebb87774230b3b6747 authored over 6 years ago
Included import statements for code snippets (#1491)

Some of the code snippets on this page did not have import statements so I added some.

74303e373ee52aad6e8d592071c6e8c5763c7c64 authored over 6 years ago
Added import statements for Tile (#1493)

Added import statements for Tile

98af92f0d18533e936d38c63ef63ba61e81cf905 authored over 6 years ago
fix(Avatar): ImageComponent prop type to allow both of func and object (#1507)

* fix(Avatar): Change PropTypes to object to avoid the warning

* fix(Avatar): Props should al...

6887b116701ae8aa817992e026b8f9b13fa7975f authored over 6 years ago