Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

React Native Elements

Cross Platform React Native UI Toolkit
Collective - Host: opensource - https://opencollective.com/react-native-elements - Website: https://react-native-elements.github.io/react-native-elements/ - Code: https://github.com/react-native-elements/react-native-elements

docs: Small Typo Fix on Getting Started Page (#1489)

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

github.com/react-native-elements/react-native-elements - 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...

github.com/react-native-elements/react-native-elements - 88c83ac8b9fee7b743b4d83e00f48203da187d7a authored over 6 years ago
Included an import statement (#1492)

Included import statement for Divider.

github.com/react-native-elements/react-native-elements - 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

github.com/react-native-elements/react-native-elements - 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.

github.com/react-native-elements/react-native-elements - 74303e373ee52aad6e8d592071c6e8c5763c7c64 authored over 6 years ago
docs: Fix withTheme hoc instructions

github.com/react-native-elements/react-native-elements - 2ea3b07c49d889e84b49eb6bd4344980653bd822 authored over 6 years ago
docs: Update conventional commit link

Previous link links to archived repo

github.com/react-native-elements/react-native-elements - 3e1b50c525946d9be6976ac5c195f5fb7d615122 authored over 6 years ago
docs(website): Added a small call to action on overview page (#1503)

Purpose: to encourage developers to experiment with the components in the library

github.com/react-native-elements/react-native-elements - 1f76514f863ea48899236b35f5e963ce6ecb397f authored over 6 years ago
docs(website): Fix typo on Getting Started page

github.com/react-native-elements/react-native-elements - c3eb2bab5bd125b77e39907fc1c7c177af10ee80 authored over 6 years ago
docs: Change 0.19.0 to 0.19.1 (#1476)

The current stable version is 0.19.1. So having 0.19.0 might be a bit
misleading.

github.com/react-native-elements/react-native-elements - 1ee6d89db9994c3bc4a6c41339002e98fb9879ee authored over 6 years ago
docs(readme): Update latest beta build version

[ci-skip]

github.com/react-native-elements/react-native-elements - e117365689a04119f2a796ba6e90e9f8f90474e3 authored over 6 years ago
1.0.0-beta7 - (Beta6 regression) (#1462)

* docs: Change version 1.0.0-beta6 to 1.0.0-beta7

* chore: Bump package version

github.com/react-native-elements/react-native-elements - f01271b5af795b9774c64cae02d4dfa1b68807c4 authored over 6 years ago
docs: v1.0.0-beta6 Header typo (#1458)

It shouldn't be `containerstyle` but `containerStyle`

github.com/react-native-elements/react-native-elements - 6c8f918dd7e4c7169c7a7b36ca957fd1c49f316b authored over 6 years ago
ci(travis): Pin version of node

Docusaurus fails on node 10

github.com/react-native-elements/react-native-elements - 6c37f426b6f187dbd0ea05a7abda997917e0045f authored over 6 years ago
docs(website): Release 1.0.0-beta6

github.com/react-native-elements/react-native-elements - 2a8449ec516561a65e0b79610f99f4302a18f507 authored over 6 years ago
docs(readme): Check off theming checklist

github.com/react-native-elements/react-native-elements - 7034ac0da04b092b1ac1eddcef585bfbf3fef2c8 authored over 6 years ago
Merge branch 'master' into next

github.com/react-native-elements/react-native-elements - e7d10be6fc98de909596e4e2fdde91abe9a28fe8 authored over 6 years ago
Add Theming (#1454)

* Add ThemeProvider

* Add initial types

* Forgot default export

* Add colors to theme
...

github.com/react-native-elements/react-native-elements - e9750c8932a27d1b6c510d85f1a336f217046730 authored over 6 years ago
fix(types): Button correctly extend touchable props (#1451)

Closes #1314

github.com/react-native-elements/react-native-elements - 78f961fc13e71f8c3ff10f6c464452cec8ce3ae2 authored over 6 years ago
docs(SearchBar): Remaining leftIconContainer, rightIconContainer

Adds changes from #1376 to other versions

github.com/react-native-elements/react-native-elements - 6861dafa8352018f1e8fcecd27e22bc03d804cf1 authored over 6 years ago
docs(SearchBar): Add leftIconContainer, rightIconContainer (#1376)

github.com/react-native-elements/react-native-elements - cea18bc036de226607e8d19038bee541c3be40bf authored over 6 years ago
fix(docs, type): Change `clearText` references to `clear` (#1448)

Changes `clearText` to `clear` for searchbar

github.com/react-native-elements/react-native-elements - 5a65c9b2fcedd1a7d90e41da71433d732a4d8232 authored over 6 years ago
fix(Avatar): Correct proptype for ImageComponent

github.com/react-native-elements/react-native-elements - 99f2755ed3f5f278bfe71f91ca9207dcc751900b authored over 6 years ago
feat(types): Add cancelButtonProps to SearchBar

github.com/react-native-elements/react-native-elements - 086ab6783ec95144b5ef088024b72a8e7378ac66 authored over 6 years ago
fix: Allow Button to work on react-native-web (#1433)

* docs(Button-0.19): Change fontSize type to number

* docs(Tile 0.19): Fix imageSrc to use co...

github.com/react-native-elements/react-native-elements - ee2fe0fb4e88e298af18635ca2db3fe578097e8b authored over 6 years ago
Fix ListItem dividers + customs chevron & checkmark (#1233)

* Use renderNode for checkmark & chevron + put divider into container style

* Update docs

...

github.com/react-native-elements/react-native-elements - faf51e5f45db949fcce5babce2af95e982ddb0a9 authored over 6 years ago
ci(travis): Don't run expo if ci failed

github.com/react-native-elements/react-native-elements - f36e5b5c8d2436d2610c03136cdd5a000abcd1d7 authored over 6 years ago
Refactor Header (#1221)

* Refactor Header

* Fix header + add children feature

* Update docs

* Update test

* ...

github.com/react-native-elements/react-native-elements - d574d3bd72a798a81cc4d66cb83789c7cb576d49 authored over 6 years ago
package: Use opencollective-postinstall for smaller install size (#1410)

github.com/react-native-elements/react-native-elements - 6a574c235da986487450263b5dce8c958d72417b authored over 6 years ago
feat(Input): add inputComponent prop (#1413)

github.com/react-native-elements/react-native-elements - 60e520120cc5d0c4df8017b48209a9d33832f38b authored over 6 years ago
Add registerCustomIconType typing (#1416)

* docs(Button-0.19): Change fontSize type to number

* docs(Tile 0.19): Fix imageSrc to use co...

github.com/react-native-elements/react-native-elements - 4fd270b4225ea145b981aa19d21c4158d80c44f6 authored over 6 years ago
[ListItem] Added android as default for list styling (#1409)

github.com/react-native-elements/react-native-elements - 662c2555d8d12fecdb3e529aed09dd61cd38797d authored over 6 years ago
Fixes props being ignored on ListItem (#1344)

* Fixes #1343 props ignored in ListItem

* Ensure that styles are still being passed along

github.com/react-native-elements/react-native-elements - 64874ef6648abc458ab2e6b77dedab68ac83002b authored over 6 years ago
docs(Card): Remove Lato fontFamily from future versions

github.com/react-native-elements/react-native-elements - df6b236680583542acb6ad3ec31d2ab0e2588897 authored over 6 years ago
docs(Card): Remove Lato fontFamily from examples (#1403)

People were getting errors copying and pasting these snippets since they
don't have Lato installed

github.com/react-native-elements/react-native-elements - 277a86404d6548f909d809c5edbdf64f6e68def0 authored over 6 years ago
docs(Card): Remove Lato fontFamily from examples (#1403)

People were getting errors copying and pasting these snippets since they
don't have Lato installed

github.com/react-native-elements/react-native-elements - 55bc36ade0851f31a035c26bfec8f4d7db79fd68 authored over 6 years ago
[deps] Upgrade jest to work with node 10(#1377)

* [deps] bump jest to fix console variable

* [snapshots] update

github.com/react-native-elements/react-native-elements - 2ce1b97fc4a27adeabadd27d5321dfe2f8d621d4 authored over 6 years ago
docs(ListItem 0.19): Change ListView examples to use FlatList (#1401)

* changed ListView to FlatList

since ListView is deprecated it is not working properly or giv...

github.com/react-native-elements/react-native-elements - 50ba1767359ddc2b87301d272d437bd8adf81661 authored over 6 years ago
docs(ListItem 0.19): Change ListView examples to use FlatList (#1401)

* changed ListView to FlatList

since ListView is deprecated it is not working properly or giv...

github.com/react-native-elements/react-native-elements - d8784e5dd42ba588db2ed847ac429d586e908de4 authored over 6 years ago
fix(ListItem): Don't display empty rightTitle or rightSubtitle (#1398)

Android crashes when use rightTitle

rightSubtitle test to display element. Instead we should ...

github.com/react-native-elements/react-native-elements - ac80e47c381a1c0c517f1b68069643d4d79e5023 authored over 6 years ago
[Rating] Add onStartRating prop (#1386)

* Added an onStartRating event to the rating component

* Made the onStartRating callback opti...

github.com/react-native-elements/react-native-elements - b981220241bf92f46001990290c6048f84108f1f authored over 6 years ago
feat(Icon): Add disabled and disabledStyle

github.com/react-native-elements/react-native-elements - 906b3e6e8761084c08f8fb4e7bf416d91f4de975 authored over 6 years ago
docs(Tile 0.19): Fix imageSrc to use correct requires

github.com/react-native-elements/react-native-elements - 069818ac6b01cd02a8acf00baffc9d03ea1ac231 authored over 6 years ago
docs(Tile 0.19): Fix imageSrc to use correct requires

github.com/react-native-elements/react-native-elements - 53704ae404633ee2f5fe209f8efb0259d297309e authored over 6 years ago
docs(Button-0.19): Change fontSize type to number

github.com/react-native-elements/react-native-elements - c8a7d8b8287c776353bc1fc1b0ca6fcd7d943cee authored over 6 years ago
docs(Button-0.19): Change fontSize type to number

github.com/react-native-elements/react-native-elements - 07a4b575c78f4ce3aa4cdd46accdf78d5ac7edc7 authored over 6 years ago
Merge pull request #1381 from react-native-training/master

do not use index as a key

github.com/react-native-elements/react-native-elements - 8e29b56a692f6e8e37163b6d100cced272286a6c authored over 6 years ago
Fix linear gradient button disabled state

github.com/react-native-elements/react-native-elements - a751f5ca443a3b8411ef0e403c64bba882ba0e48 authored over 6 years ago
(docs) Do not use index as a key for avatar example (#1353)

github.com/react-native-elements/react-native-elements - 35224d39ada5c9e88b7f53304a25ac988a19dd32 authored over 6 years ago
fix: add missing "size" prop to CheckBox types (#1361)

github.com/react-native-elements/react-native-elements - 926609d23927c15c267df24135cc64cdc3410389 authored over 6 years ago
(SearchBar) Allow containerStyle to override lightTheme styles (#1357)

* fixes issue #1352

* updates snapshots

github.com/react-native-elements/react-native-elements - f2dbc3e33c2e5783d694b899bacdcc0d161fe4c4 authored over 6 years ago
Add labelProps and errorProps to input (#1342)

* Fixes #1341 add label props and errorprops for input

* Update docs

* Update props descri...

github.com/react-native-elements/react-native-elements - c789507075e66ed7953a08e500e88d59ca79cc0e authored over 6 years ago
Add isFocused() method to Input (#1305)

* Hoist the isFocused() method from the react native input element as per other component method...

github.com/react-native-elements/react-native-elements - 0c8a18d54a8cd83796b91819d30977ade31f3ce0 authored over 6 years ago
Accept 5.x of react-native-vector-icons

Fixes #1335

github.com/react-native-elements/react-native-elements - e3119e67441d01555d36b2a51f7696ff84cb6508 authored over 6 years ago
Add wrapperStyle prop on Checkbox (#1348)

* Expose wrapperStyle prop on Checkbox

Fix https://github.com/react-native-training/react-nat...

github.com/react-native-elements/react-native-elements - df0cb20563b43f284f9af55e8d3529cc348b51fd authored over 6 years ago
Fixed Input bug that caused errorMessage and label to render an empty string outside of <Text>

github.com/react-native-elements/react-native-elements - b153cab76a5e42493fef83ef89196ad52ec2ab5c authored over 6 years ago
fix(tooltip): patch for positioning inside scroll view

github.com/react-native-elements/react-native-elements - 311725d0e5f30fe91fe7eacd77c93c753cd64da4 authored over 6 years ago
fixing link of 'Good First Issue' (#1340)

Originally the link provided redirected to a pages without showing the issue which labeling 'Goo...

github.com/react-native-elements/react-native-elements - 2f54bb14edea32d438873e6a5480a294319a6658 authored over 6 years ago
fix(ButtonGroup): Allow innerBorderWidth of 0

github.com/react-native-elements/react-native-elements - dc783de99d7ee2f3f92ac0b84d1fb49db822eaa7 authored over 6 years ago
fix(ButtonGroup): Borders shouldn't flash when tapping

github.com/react-native-elements/react-native-elements - ff3af062880455b65f883f38c4f9eaf832dcdcf7 authored over 6 years ago
docs(website): Fix view components link on home page

View Components button was redirecting users to the beta components when
it should gone to 0.19.0

github.com/react-native-elements/react-native-elements - a1dd12618d6701ea9013c0847541669d52728cc6 authored over 6 years ago
docs(website): Fix view components link on home page

View Components button was redirecting users to the beta components when
it should gone to 0.19.0

github.com/react-native-elements/react-native-elements - bdbf4f50a5b136f66c16d3f0cbe314a6770d4203 authored over 6 years ago
Allow PricingCard to render without info prop (#1250)

* Added check for none case in info props of PricingCard.

* Updated tests for PricingCard. Ad...

github.com/react-native-elements/react-native-elements - 72a2513265b8ff6136775b9a54538bd0c95e8b83 authored over 6 years ago
(Button) Remove borderRadius change from android disabled style (#1280)

github.com/react-native-elements/react-native-elements - 9e8498cb00d057453d23fb026839189a09d3807c authored over 6 years ago
docs(button): 0.19.0 component prop should be Component

github.com/react-native-elements/react-native-elements - 0f0338f9718de0895f477e31ffc7c8d349b09dd7 authored over 6 years ago
docs(button): 0.19.0 component prop should be Component

github.com/react-native-elements/react-native-elements - c7a0018ad1ee506608db3bc3a9c3ce1e934176f5 authored over 6 years ago
Remove `iconRight` from button docs

github.com/react-native-elements/react-native-elements - e2dcb4e4696b06e80d718668d60470f72c4e86f8 authored over 6 years ago
(docs) Change a few links that did not link anywhere (#1263)

* Change a few links that did not link anywhere

A few links changed the URL but did not chang...

github.com/react-native-elements/react-native-elements - 0e98a6f3beda3313e2cb6dd142050732a196a184 authored over 6 years ago
Custom ImageComponent for Avatar (#1261)

github.com/react-native-elements/react-native-elements - 3cfc564292d57290006832545962a5a216886866 authored over 6 years ago
fix(button): Fix using custom ViewComponent on Button

Typescript throws an error for ViewComponent={LinearGradient}

github.com/react-native-elements/react-native-elements - cd736150004feddecb5c56805349c2ada661d06d authored over 6 years ago
fix(types): Add missing inputContainerStyle to Input

Closes #1249

github.com/react-native-elements/react-native-elements - 9fc469e083d22c34c66c02db47f5239444c7f89c authored over 6 years ago
fix(button): Fix bold on titleStyle for android

Closes #1251

github.com/react-native-elements/react-native-elements - 32500c820598b3eeac78d5ba7456dace5ea91598 authored over 6 years ago
Refactor PriceCard props to accept style objects (#1231)

github.com/react-native-elements/react-native-elements - a521fc53ead7c33d1d2ac08fcaae36ec51df4df4 authored over 6 years ago
enhancement(input): move android underline color above spread attributes (#1241)

github.com/react-native-elements/react-native-elements - be51a98e0c0465a9ed34aa9001336a2f70068022 authored over 6 years ago
Merge branch 'master' into next

github.com/react-native-elements/react-native-elements - 1da007e1a282a38237bc2cadd6089bcf556a14e6 authored over 6 years ago
docs: missing icon type for Avatar (#1177)

github.com/react-native-elements/react-native-elements - 8f51f965d62df61f03546b7154d635c14e09a955 authored over 6 years ago
docs: `Avatar` with icon requires icon type (#1222)

I added `type: 'font-awesome'` for all `Avatar` with icon

github.com/react-native-elements/react-native-elements - 453aacc10b1a48fd3dcb2d05b903f11bcc9d146c authored over 6 years ago
docs: `Avatar` with icon requires icon type (#1223)

I added icon type `type: 'font-awesome'` to each `Avatar` with icon

github.com/react-native-elements/react-native-elements - 7f33dec88e231139d84524684af669bca67ef29a authored over 6 years ago
website(contributing): Make content on all versions the same

github.com/react-native-elements/react-native-elements - eee3b7c9e2aec25f5cf719ec1358e0507885ff43 authored over 6 years ago
website(contributing): Update links to labels since added emotes

github.com/react-native-elements/react-native-elements - 31ea9efcf507bb987b1cba7cb488f9094124510f authored over 6 years ago
Fix iOS SearchBar width (#1218)

Width is no longer bound to the width of the device.

github.com/react-native-elements/react-native-elements - 925f96e7fde544e7b004ca334fc5f1ba38956b92 authored over 6 years ago
feat(Avatar): Placeholder images (#1211)

* Add placeholderStyle & PlaceholderContent to docs

* Add placeholderStyle & PlaceholderConte...

github.com/react-native-elements/react-native-elements - f8af41c1959625c1d3679a88ad9437059abe39aa authored over 6 years ago
feat: Add Tooltip component

* featute(tooltip): first proposal

* feat(tooltip): add documentation

* fix(tooltip): impr...

github.com/react-native-elements/react-native-elements - eaac2613d65c913afe1d13b20f29b7183e1fa5a9 authored over 6 years ago
(website) Move components into main sidebar

github.com/react-native-elements/react-native-elements - 190d1b5617e1f6d4b863abbc7fd6e4ff51d8acc0 authored over 6 years ago
(website) Fix mobile navigation layout

github.com/react-native-elements/react-native-elements - 69507eef34d780cf57431611cc20cb429c4d206b authored over 6 years ago
Add some tests (#1213)

* Update testing packages

* Add tests for Button

github.com/react-native-elements/react-native-elements - 9591189074be200aa6af8817dd98cb370b7ceb2d authored over 6 years ago