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

feat(Tooltip): Add overlayColor prop to set the background color (#1869)

* Add overlayColor prop to toolTip for users to set the background color

* Add typescript def...

4d1f295b5bf8adaeee06f0207dce3e6ec71a4e27 authored over 5 years ago
feat(SearchBar): Allow default testID to be overridden (#1874)

Implements #1848

860e41f42d4cf641b3d6ae56d0137ce97831ea4b authored over 5 years ago
fix(Text): Allow header styles to override bold styles (#1867)

Fixes #1833

0b4c31aa6f06456b6d6533055199dde660ab44e6 authored over 5 years ago
build: Update postinstall so that it doesn't cause failures (#1865)

There are a few known scenarios where the opencollective postinstall npm script can cause things...

ef4b3b3fe591c213d612ca2c9bd22f2a20b8cd1e authored over 5 years ago
fix(Button-android): remove wrong color argument (#1825)

The first argument of TouchableNativeFeedback.Ripple function takes a color as a string.
https:...

d0099dc150552970c9fa74e9e1bae80e3def30dc authored over 5 years ago
fix(types): Use ReactNode for ThemeProvider children

8553e15d7fb889f5664267feea6d08b6f4df9f00 authored over 5 years ago
fix: make ImageComponent a ComponentType (#1830)

This allows use to use a `FunctionComponent` and not just a class

147b295a65f299fe358fc38b24e0ce96ed997f25 authored over 5 years ago
test: Update testing libraries (#1822)

* test: Update versions for all test libs

* test: Update snapshots to reflect new package ver...

7e9bfccc41ec1bedb11eb80a9445e4a6b13dd845 authored over 5 years ago
ci: Unpin version of node

535c590d85d64d1f7fb3a94be814c7e462777133 authored over 5 years ago
docs(Getting Started): Remove --save option from npm install (#1806)

b0116f290301fc1b3bcf14dea29b6b01b66e959f authored over 5 years ago
Fixed OpenCollective sponsor links

4c900a4d5abd1bcb95ae8ebd35b396c1af88859b authored over 5 years ago
docs(SearchBar): Remove noIcon prop (#1879)

prop was removed in v1 but docs were never updated.

2573e6f1420a8e36fe9ab98e6177de5b0f07c026 authored over 5 years ago
docs(SearchBar): Update anchor links to headings (#1805)

aa47a38b141833454fc9a250d50d93634816cd83 authored almost 6 years ago
docs: Update listItem (#1829)

this.state.dataSource doesn't exist, using list instead

29e2ee7990e3c8bca655b6ec312af05f74202f39 authored almost 6 years ago
ci: Pin version of node

See #1822 for context

bddc942669b107546c9b31ff848cee897fec8f8f authored almost 6 years ago
docs(listitem-1.0.0): Apply changes from #1811 to current docs

c06175266094a8a4993c27c70b77c0d20f9997e8 authored almost 6 years ago
docs(ListItem): Make value of keyExtractor a string (#1811)

3c68e7eb463f3a059b9db680576976e3fdec77d2 authored almost 6 years ago
docs(website): Cut v1.1.0 version of docs

24f6eb5f42bc91163f9bc7642b9cd4afce04e242 authored almost 6 years ago
v1.1.0 #1802

f8b27a0316440949c9e81bc520eadf88f54dc0fd authored almost 6 years ago
chore: Bump package version

0b048e6a70dbe9e8d03aa15c9a6bf1917f973a95 authored almost 6 years ago
docs(Customization): Add common pitfalls section on Theming

Adds a section on Theming where it explains common bugs a user
might encounter when using the Th...

07886c195527ce584b209861f97f85d3f732737f authored almost 6 years ago
fix(Slider): False positioning of Slider and track width (#1739)

Changed style of mainStyles.thumbHorizontal, mainStylesthumbVertical to take height/width into c...

96a7692a6ab0c95f3acc15beb88e9dc8f42d382d authored almost 6 years ago
docs(Input): Fix anchor tags for some props (#1789)

141d3a7c5a3585b46b1377b655889ec0c35d80f9 authored almost 6 years ago
fix(Button): Ripple on android was out of bounds (#1799)

This fix contains the ripple to the button's container

4c0a2cfbb994cc44e53b9e15cac1d6dca820f595 authored almost 6 years ago
docs(v1-blog): Add List styling instructions (#1777)

...to achieve parity with pre-1.0 List component styles.

c668c78dddd9315f6ca5ec2548e051b2a7e29c73 authored almost 6 years ago
fix(types): Add underlayColor to SocialIconProps interface (#1769)

* fix: add underlayColor to SocialIconProps interface

* update underlayColor description in S...

dc23f8bbcb4653095936fc0b02e449ff8b5cbf22 authored almost 6 years ago
feat(Text): Add style props to customize header props (#1773)

Allows user to set the styling that should be applied when props
h1, h2, h3, h4 are used.

Im...

0c0beaf2390033d384a4f75068bbc8e81050496e authored almost 6 years ago
fix: Change merge library to deepmerge from lodash (#1772)

While using ThemeProvider, some errors would be shown for some
components for arrays not having...

64392b06c00bbf09f8c33e893e5ab25d0e052c25 authored almost 6 years ago
fix(types): Add cancel method for search bar (#1768)

818a3f28589f6f5cc36628d4f6e8c064793da717 authored almost 6 years ago
fix(types): Added divider to colors definition (#1760)

From `src/config/colors.js`: https://github.com/react-native-training/react-native-elements/blob...

5242bb669425e7ba259d68e5e2eba85d29ed585f authored almost 6 years ago
fix(types): Change PlaceholderContent type (#1759)

[The docs](https://react-native-training.github.io/react-native-elements/docs/image.html) are ac...

3df242af3f0d7859148c943ee45700687f0f6508 authored almost 6 years ago
fix(types): Update ListItem.chevron and checkmark defs (#1761)

`ListItem` props `chevron` and `checkmark` [are rendered](https://github.com/react-native-traini...

adb75deb98536d60b293f355db01fd3e81ed2328 authored almost 6 years ago
fix(Tooltip): Adjust position for StatusBar on android (#1751)

Tooltip was appearing off by 24pt on android of the target. This was because the coordinates did...

f30405db8cd64a23926a01c49755f0d4e1410c34 authored almost 6 years ago
feat(CheckBox): Add titleProps prop (#1757)

Allows passing Text props to the title

Implements #1273

139b6a83fdfd4548f59170711a0fced298bc9e7f authored almost 6 years ago
fix(types): Add cancelButtonTitle prop to SearchBar (#1753)

Added optional string `cancelButtonTitle` property to `SearchBarIOS`.

ac2df2839c4ce74872ba769f605a1df475c061a3 authored almost 6 years ago
chore: Fix mix of import and module.exports (#1749)

Changes module.exports in normalizeText helper to use ES6 default exports.

af0c72d97d0fb285ae7a41138464c721db9c6ca7 authored almost 6 years ago
fix: ESLint error in Text component (#1741)

Removed fontFamily prop in props object spread

a831bbe30f2d1ac6fbdcbdba2977a69cee51cf6b authored almost 6 years ago
build: Update peer dev version of react-native-vector-icons

React Native Elements 1.0.0 depends on antdesign which is only
available in react-native-vector-...

0ca10c7ed188d2aa5cd5b8c0a1093a838af1ed1e authored almost 6 years ago
chore: Update react-native-dom version

Current version had a vunerability alert

38d1cec3eeb8b515dd2e91a67db913d1ca3134a6 authored almost 6 years ago
docs(Header): Change containerstyle to containerStyle

Typo where containerStyle was spelt wrong.

1e27cd8034c1235832a275d055b793d2a0c7bb64 authored almost 6 years ago
docs: Add Le Cheese to Showcase (#1763)

Closes #1762

87e82825b47896f8e4016c409b5db33ba89d4943 authored almost 6 years ago
docs(website): Remove v1 label

We've launched v1! The label is no longer needed

fcfcf2321af11cf4a5ff3880b5069f6f2dd4e0b9 authored almost 6 years ago
docs(Button): Fix missing comma typo (#1745)

22cb269654a838e114dbb00ff002eb98883ab2e7 authored almost 6 years ago
docs(website): Update backers and sponsors opencollective images

c8e703f74556b359c33dc7e3f3ad30978e19064e authored almost 6 years ago
docs(readme): Update OC sponsors list

Uses opencollective url that generates up to date svg of all sponsors.

72e89661379a4dc2678ad7c5b694837f87fa0cad authored almost 6 years ago
docs(readme): Update OC backers list

Uses opencollective url that generates up to date svg of all backers.

68514c2ceded6aef2a60fc99537f5f5a2f11b2ad authored almost 6 years ago
docs: Apply changes from #1734 to current docs

81266cb81ba2d8246c7ea5622d78877a3ebe9820 authored almost 6 years ago
docs(website): Fix small typo in customization docs (#1734)

8ef4b42f4125c5dce662778b9a920f050368be2d authored almost 6 years ago
docs: Add contributors graph to readme

8e2b69d2b8e47a047567ed8f9ce03d1f5a6e079f authored almost 6 years ago
docs(v1-blog): Few wording changes for clarity

874770d3456d4db0dbad0af01843ba8284d30b13 authored almost 6 years ago
docs: Fix typo on 1.0.0-release blog post (#1729)

e1ed6282c3ac6316f3ed725156bdb628602acbe9 authored almost 6 years ago
docs(website): Fix full-width table on Versions page

2c2f469a2d01c593059580960415f637dd1539e5 authored almost 6 years ago
docs(website): Fix link to View Components

Link was going to v0.19.1 docs instead.

64ba67d452d49a3e08c3e2eaf8749339d84ab76e authored almost 6 years ago
v1.0.0 #1477

56d209d2cbe7bf3c22b25a016d259868c285dd4d authored almost 6 years ago
docs(v1-blog): Update stats

edb876839e4ebb30ad98e076836d1312cb8f93d0 authored almost 6 years ago
docs: Update for v1.0.0

b9811135c4bd0b25eb2a778ca90180367fd10f96 authored almost 6 years ago
chore: Bump package version 1.0.0

41a810a8ea5e24d4206e7ab9b1cfce54759aec22 authored almost 6 years ago
docs: v1.0.0 Release Blog Post (#1723)

Implements #1707

4f11bcd9a1ec428d0dcacce450ece1fd40d0f562 authored almost 6 years ago
docs(website): Remove beta versions between 0.19.1 and 1.0.0

86c33a7f8ed9e9980c202460a50d5901e314d642 authored almost 6 years ago
docs(website): Add formatting for 0.19.1 docs

Small cleanup to allow the right sidebar to work.

fb2bb81701a7908f1fe615c98516695dc6193f86 authored almost 6 years ago
docs(website): Release v1.0.0

Only show "next" link for versions whe working locally

c8c495919524b041b24d4c373d81f6f79adef9d5 authored almost 6 years ago
chore(website): Add license

Silences annoying message when running npm commands

a6948fc404f5409f4ce988063e3607463a32447e authored almost 6 years ago
feat(Divider): Allow passing view properties (#1728)

Implements #1727

b7617e83c45e453a0817245c0aeaeef7ffc393ee authored almost 6 years ago
docs: Fix link to getting started on help page

- Update docusaurus version

1dc2a233d5d04279566ff29057ce468158fe79e6 authored about 6 years ago
fix(SearchBar|Input): Allow height on fields to scale with fontSize (#1720)

Inputs were set a fixed height. Meaning if the developer increase
the fontSize of the input, it...

68718d7b4c35c263cece15fbe4939f939adec445 authored about 6 years ago
docs(SearchBar): Replace usage with controlled input example

Fixes #1623

f81829931082249c4d6ac1e08bd0d40f9476b81c authored about 6 years ago
refactor: Slider use flexbox for layout (#1698)

e2555a6234526d32ad812ffe801869c8c5cd1212 authored about 6 years ago
docs: Add blog post on React Native Web support (#1664)

ee18171129ec80557cb328aef1be4f4d47d23261 authored about 6 years ago
fix(Avatar): Don't show placeholder style if not using source (#1718)

Placeholder style (grey background) was showing even when not
using source, which resulted with...

8e14c641a908e983a8bf60cd5664945cf131dd3e authored about 6 years ago
docs(CheckBox): Added closing brackets on lines 42 and 43 (#1716)

7a97ceead6ba35fa959c67e0b8771d802cb4fc60 authored about 6 years ago
fix(tooltip): Proper calculation of tooltip position based on visible element width (#1711)

940c40776b788ff80218721590f37e1ea0a9223a authored about 6 years ago
ci: Only run related tests on precommit

db756fd26e49b230630078b088a4868b645449b7 authored about 6 years ago
fix(SearchBar iOS): Align margins closer to native searchbar (#1708)

The horizontal margins on the ios SearchBar are too inset when
unfocused and when focused is no...

bf1d82cc4c7ef3ebbe27034869f961b84cdba06c authored about 6 years ago
refactor: Add React Native Ratings dependency (#1671)

Removes local Rating component and replaces it with a dependency on react-native-ratings. Both l...

ca5b51798ab85e7b876d425af765c28027b1235e authored about 6 years ago
fix(SearchBar iOS): Allow margins to be added to containerStyle (#1706)

Same fixes as #1701 but for iOS SearchBar

9a3f92eb4a37439c6d889c99365ac261cb305c10 authored about 6 years ago
docs: Added Showcase section to website (#1704)

4af1ce373d825bbe7002574b922cb4ae13708e07 authored about 6 years ago
docs(ListItem): Remove scaleProps from list of props

There's no `scaleProps` prop, the values are spread into the main
component.

Closes #1700

2c4c645f4e0aa91795930c0b4b2b4bf19f387dc3 authored about 6 years ago
fix(SearchBar Android): Allow margins to be added to containerStyle (#1701)

Before the searchbar was using a static width of the screen. Even when
overriding this width to...

96b2f3f9417363bb57281e9d8d200ad1e94cf69a authored about 6 years ago
fix(types): Fix ListItem checkBox props typo (#1695)

59bab3989001376691a1f84f31da165ca5e9f05d authored about 6 years ago
feat:(Input): Add setNativeProps method (#1682)

This permits input direct manipulation

* Include test
* added setNativeProps to typescript d...

61dc4afd1fa6f436515f2d08160021a15f3d0601 authored about 6 years ago
feat(Tile): Allow Custom ImageComponent (#1686)

Added ImageComponent Prop to allow passing any custom Image-type component

b39b88bb6b81aa7d13b6a153adab00811788f28c authored about 6 years ago
docs(Tooltip): Typo (#1691)

typo on withOverlay

c1c0a7f396dfbc784147a99f69b2131be1f62a44 authored about 6 years ago
feat(Text): Allow style prop to accept array of objects (#1685)

Closes #1684

12e830f09e320746d3c3fd4e1ec366f717e856a0 authored about 6 years ago
docs(Tile): Add overlayContainerStyle prop (#1673)

* update Tile docs with overlayContainerStyle prop

Add property `overlayContainerStyle` on Ti...

092283cf9e4b3552f73e37104e3117a36e6586dc authored about 6 years ago
fix(Text): Allow local props to override theme set font size (#1675)

Props like h1, h2 not working if the the font size in the theme was set.
This is because of the...

5d64dc29b20570ca3e0ca0ed0e6879fd04c400bd authored about 6 years ago
refactor(Text): Deprecate fontFamily prop (#1660)

BREAKING CHANGE:
Prop is redundant and can be set through the style prop.

890d4c93a712b9d0444ad75de0e7ebe231865a5d authored about 6 years ago
refactor(Card): Remove unnecessary props (#1659)

* feat(Card): Remove fontFamily prop

BREAKING CHANGE: Removed fontFamily prop

Has no use, ...

6785970de52a36d1ba6f3d94a13b6f475ff3094d authored about 6 years ago
chore: Merge master into next

13a0baa6d06ec0920dab0185f9baa8e6f6e8601c authored about 6 years ago
style: Run prettier on md files on precommit

bcba380f8e3a709e44a70e02751ecc9812cc611b authored about 6 years ago
perf: Update eslint toolchain and cleanup some files

Prettier and eslint weren't playing nice together, resulting in
different changes happening, and...

610ee67c0ce84cfbb6899e99040052999bd629e3 authored about 6 years ago
chore: Remove package-lock.json

eb2ac2182b1c91759bc0a13e9d7dde864dae9848 authored about 6 years ago
Fix slider with LayoutAnimation on Android (#1652)

8c66c505aea3db3d8df1c44e3f5ed48803761877 authored about 6 years ago
Bound slider value between min and max (#1651)

* Bound the value between max and min #1224

* Add some tests

* Fix mistake on getBoundedVa...

aa4bf53203af1c436a647d56a186c7a950a94b1b authored about 6 years ago
feat(Badge): Add withBadge HOC (#1604)

Allows an easy way to add a Badge to any component.

```jsx
const DecoratedComponent = withBa...

59845eb8a1ea5e3a9035978fc63556b24937ac38 authored about 6 years ago
style: Prettier

10bb4f992029d93bfc4647f3a2df7e46369e394c authored about 6 years ago
ci(travis): Remove codecov from devDependencies (#1657)

Since it's only used by travis and not in development we can remove it.

aebd4704a2993ecad4936f411b405a44a0b4d425 authored about 6 years ago
chore: Remove test:coverage npm task

Coverage is already set in jest config so this task is redundant

5a8ecca8b5a109673b6401e684364fcfa4b0acba authored about 6 years ago
chore: Update homepage url in package.json

Update homepage to point to website instead of github readme

15616d217f46e05cd612f36cd1a4c8d17d3a8e4c authored about 6 years ago
docs(Customization): Fix syntax (#1656)

bb75e326adfb53d035bb73a4ae9f7f11a5d73611 authored about 6 years ago
feat(Badge): Make default size smaller

Badge sizes were much too big compared to actual badges in apps.
This commit more realigns with ...

a965a8101f41bccd58e15c1040799d60624c37f0 authored about 6 years ago