Ecosyste.ms: OpenCollective

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

github.com/GeekyAnts/NativeBase

Mobile-first, accessible components for React Native & Web to build consistent UI across Android, iOS and Web.
https://github.com/GeekyAnts/NativeBase

Fixed alignment issue of badge text with platformStyle 'material' on iOS device

1617dd3a9c803d1763a8ae09408ee3185a2c1a94 authored almost 7 years ago
Added StatusBar height to Header height for platformStyle 'material' on iOS device

4f760e105bb200692708f691b6573d6321d52b15 authored almost 7 years ago
Removed platform dependency in file

variables/material.js

9a7b2b7bbdcff3f2baccdf48c996c005434cf8b7 authored almost 7 years ago
Compile JS

09caf92009a22a7c9de5881dc3a631837dcdb788 authored almost 7 years ago
Refactor `ToastContainer` to DRY-up calls to `Animated.timing`, and also save a timeout when fading the toast out by using the `Animated.timing` completion callback.

3ecbf73788ed06f350560fb603cc5c99be097102 authored almost 7 years ago
Fix eslintrc file formatting

56514fd2aed60ae4f21eb7564c72e9d8726d29ae authored almost 7 years ago
Updated ChangeLog for 2.3.8

eb54ea17a80585b326a1f4c372c3f06bde86a028 authored almost 7 years ago
Merge pull request #1496 from virus2016/addingTypes

Fixing header Title type

4f5752af1f15dc6444ecd428ab03814f65e1a6ed authored almost 7 years ago
Merge branch 'master' into addingTypes

71f5dcd3afd891869adefe86282e790a5f6c3bea authored almost 7 years ago
Upgraded react-native-easy-grid to 0.1.17

a162290c8bb92f7f7d3a888f5afefb749fb7a7b7 authored almost 7 years ago
Transpiled merged PRs

7cf387c3fca7ada365e1983f05351377fad4dbf4 authored almost 7 years ago
Merge pull request #1542 from alexrussell/fix-toast-timeout

Fix toast timeout bug

0ba7626b6576ea30a94736aa051ea135c4045bd3 authored almost 7 years ago
Merge branch 'master' into fix-toast-timeout

c7ee7b9ce0363a8d67096317986333f091aeffad authored almost 7 years ago
Merge pull request #1392 from gcorreaalves/improvement/toast-onclose-callback

Toast component improvements - onClose callback

950022aa2dd23569a282a7cb04e4121b71debc22 authored almost 7 years ago
Merge pull request #1319 from yeknava/patch-2

Accept Icon Type as a prop

3ca4d49d11516a5333534c327b2e233e7ded887b authored almost 7 years ago
Merge pull request #1339 from Amine-H/master

added enable EmptySections flag to List Component

308258a339c9c0609bbae9c6ef8aceb892e342c6 authored almost 7 years ago
Merge pull request #1560 from GeekyAnts/development

Update master from Development

4a90eb49acc09a18525f34e1515af06ea048e281 authored almost 7 years ago
Transpiled merged PRs

9d3b1e8089fadb6da5c6593df34bcb3e540333d4 authored almost 7 years ago
Merge pull request #1516 from GeekyAnts/code-quality/cardItem

Attempt to improve code quality in file CardItem.js

6c0d2e31338d3b7f0c29818b6021d99da6cd173b authored almost 7 years ago
Merge pull request #1529 from GeekyAnts/fix/tsdeclaration/styles

ViewStyles to accept array

0e9df4fc1eac285e4eecdc29f8ce58848988f15a authored almost 7 years ago
Merge pull request #1507 from GeekyAnts/fix/swipeRow/tsdeclaration

Made some SwipeRow properties optional

5bab713ef4623a60e0ea5c200e29ff16504cab31 authored almost 7 years ago
Merge pull request #1515 from GeekyAnts/codequality/button

Attempt to improve code quality in file Button.js

95a4eb65b80e02bf569d6993152dcee25340727a authored almost 7 years ago
Merge pull request #1519 from GeekyAnts/fix/tsDeclaration/scrollableTab

Fix for issue #1517 (Typescript declaration file missing ScrollableTab)

1bf21d63adaf978bd4b14b73f92087f9d0d71a93 authored almost 7 years ago
Merge pull request #1525 from GeekyAnts/fix/tsDeclaration/button

Fix for issue #1520 (TS: update d.ts for prop style accept array )

f3aed9c25afd87c63c465e5ea5d98054a6f22dff authored almost 7 years ago
Merge pull request #1547 from GeekyAnts/fix/floatingLabel

Fixed Floating label cut off in RN 52 fixes #1532

ac0b55f795e60e3613642b27fef69acaf19d339d authored almost 7 years ago
Merge pull request #1538 from GeekyAnts/fix/variables/toolbarBtnColor

Fix for issue #1537 (Wrong menu icon color in Android)

30ff9dcf9326a3df1b3a3c9686d8c5ae00f48330 authored almost 7 years ago
Merge pull request #1539 from GeekyAnts/fix/typography/warningOnNumbers

Fix - H1 shows warning when the value is a number

ffd4d3b58ab29f186ff5f600fa464fe462cb2894 authored almost 7 years ago
Merge branch 'master' into master

484cbfef09eb005db82e3ff8e758c054b244e2d9 authored almost 7 years ago
Merge pull request #1554 from GeekyAnts/fix/segment/uiIssue

Attempt to fix issue #1160 using hasSegment prop.(Issue - Segments ov…

13805072d5865e959e751086f961c59d338fb85b authored almost 7 years ago
Merge pull request #1546 from GeekyAnts/fix/tsSupport/pickerPlaceHolderStyle

Fix for issue #1544 (Add TypeScript support for Picker prop placehold…

482fe2b520e562cd053953b0ae97ffe38f7d4eaa authored almost 7 years ago
Attempt to fix issue #1160 using hasSegment prop.(Issue - Segments overlapping with Right element in Header)

fd932181a1b7228f4847fb1ccb2812dbb5a1ffea authored almost 7 years ago
Fixed Floating label cut off in RN 52

9b8d186daaac52b2ef076dbe728a6faf29d9ce7f authored almost 7 years ago
Fix for issue #1544 (Add TypeScript support for Picker prop placeholderStyle)

f02045f6afa254bad3cec6ac6a3f713294eb748c authored almost 7 years ago
Save the timeout ID when a toast is shown so that we can clear any existing timeout when a new toast is shown so that an old timeout doesn't close a new toast prematurely.

b2a17b142bfbf9006acd9438db4e1b7c8e82511d authored almost 7 years ago
nb customizer

e4739d7a4c32284824d7eb2a23ad18b2e1daee62 authored almost 7 years ago
Fix for https://github.com/GeekyAnts/NativeBase/issues/516#issuecomment-360141766#(H1 shows warning when the value is a number

62129a66277a3b445b1fb7dcaca1d5626593c94b authored about 7 years ago
Fix for issue #1537 (Wrong menu icon color in Android)

7f84c2fe65125cb063757519afe53c015b34a9dd authored about 7 years ago
ViewStyles to accept array

cc92b4c0606e7a21fb6faa2879f923763c21aaae authored about 7 years ago
Merge pull request #1527 from GeekyAnts/master

Update Development

105085147d8403be12c9a9321c84aa84664750ca authored about 7 years ago
2.3.7

ed4cc170b4b458b207825eadc9b8afa744b87130 authored about 7 years ago
transpiled

11fb5e6018b96a51f2eb9480adb51bf74763dbb1 authored about 7 years ago
Merge branch 'master' of github.com:GeekyAnts/NativeBase

b7eed869f47a302fb399ba6973492cf995a9e6d5 authored about 7 years ago
Updated changelog for 2.3.7 release

85141fc3fe4840a78f7a4465fd3a01fa2a37539e authored about 7 years ago
Merge pull request #1526 from GeekyAnts/development

Merge Development to master

aa3d4930346ac3699515d97af08954443eb3d2c8 authored about 7 years ago
Merge pull request #1522 from gutoglup/fix/security/packagerNpm

Fix for issue #1521

38d6fe1a782ee6bb3c20c3229c672a8957742e66 authored about 7 years ago
Fix for issue #1520 (TS: update d.ts for prop style accept array )

8448e12800651d2833ac00c59f8a928d0090fa6a authored about 7 years ago
Fix for issue #1521

4ab1639b08e7c2fcb76b6d0655f84915f3d03c83 authored about 7 years ago
Fix for issue #1517

Issue : Typescript declaration file missing ScrollableTab

a6546fb6cd19d8b6614eb48a11d7d2c7adf4457d authored about 7 years ago
Attempt to improve code quality in file CardItem.js

7e10c597562ad6139327a65d05dbf52fcb2b3857 authored about 7 years ago
Attempt to improve code quality in file Button.js

7faa54b4ed152bca665c23a90e1ac8a9a9bf276a authored about 7 years ago
Made some SwipeRow properties optional

7c0eaa2305c5b1a36cf6a33cd7c12b3deee4d292 authored about 7 years ago
Merge branch 'master' into patch-2

6fdd60a63c0cd18ea6fbf71064c79562edfa6d2c authored about 7 years ago
Merge branch 'master' into patch-2

c3d9d414bc1452a247e86ba00ca95dab2f5fcf03 authored about 7 years ago
Update IconNB.js

bug fix

36061f6971a594656fc542d84023b319831816c7 authored about 7 years ago
Merge branch 'development' of github.com:GeekyAnts/NativeBase into development

530e108682960e0706eddd0bbf7e2137da25261a authored about 7 years ago
Theme - Changed some of the theme variables

f8ebbdf307ad98593cdf375a06b0976ec7bb7064 authored about 7 years ago
fix for #1378

802e49ac83b4927dfb2b1d1d354d0f40dbe5b713 authored about 7 years ago
Merge pull request #2 from GeekyAnts/master

gogogo

bd8d8f880198ebf56178be0db9c03663f9102d68 authored about 7 years ago
Update index.d.ts

1dd38eaeb713bc5b4d110cc5b85f9f7c0d4b0bbf authored about 7 years ago
2.3.6

e3f07aed7944e16d0c9d7a71b0dbf8cd1b4d22b4 authored about 7 years ago
Merge pull request #1484 from GeekyAnts/master

Update Development from Master

b41b3a786ebe8e175de1c76cb4c3425c28d799bb authored about 7 years ago
Updated Changelog for release

544d12b4ba2f1c431321a027d4253225cfbcf3c5 authored about 7 years ago
Updated ChangeLog for release

f9a435f932f4030980ffe12a28160962fac1710c authored about 7 years ago
Pull from master, added PR 1341

243080a159fd950a81500839ed813f1f09123a18 authored about 7 years ago
Merge pull request #1338 from virus2016/addingTypes

Added Btn, Tabs and Tabs missing types

fcab54f919cfb0673cc9e3bdb319201228f551da authored about 7 years ago
Merge pull request #1383 from mcssym/master

Adding support for Feather Font #1379

64c95a6d34ddd181ba1c13b31310e68f2fcb2fbb authored about 7 years ago
Merge pull request #1396 from nutmountain-io/missing-var-declaration-fix

removes unused and broken var declaration #1359

8f9f63164c117a63e2d2f297e4f71257b95561ee authored about 7 years ago
Merge pull request #1482 from GeekyAnts/development

Merge Development to Master

9a17ea3e22c54650e7b01b08209037dff21230fa authored about 7 years ago
Merge branch 'master' into development

c7e5044c2eb8e71f0dbc541030eb9d7afa012f68 authored about 7 years ago
Transpiling merged PRs

5de927ce620a84d7c531d84d007fc0bcfd46665f authored about 7 years ago
Transpiling merged PRs

ae258a234afb12be99bc6aad1f3340447a47a5d5 authored about 7 years ago
Merge pull request #1441 from GeekyAnts/fix/typescript/seperatorStyleDeclaration

Added missing property style to interface separator in index.d.ts #1441

2a29ae0d8b0a17bd1c16a37b21c8966e54404c6f authored about 7 years ago
Merge pull request #1447 from GeekyAnts/enhancement/actionSheet/flatlist

Replaced ListView with FlatList in ActionSheet

8d2fda5c28d647fefcfa9a86b76b2ab575e65a7a authored about 7 years ago
Merge pull request #1477 from GeekyAnts/enhancement/icon/evilIconSupport

Added support for EvilIcons #1468

18de1635846701dd495c7ad7cf05337ca98f805c authored about 7 years ago
Merge pull request #1443 from ecnaidar/master

Tabs initial setup change #1010

98285593d1e75775cc74703bd8a62e656d1aed7f authored about 7 years ago
Merge branch 'master' into master

20c7da3f3612871a643a98f7428e87f8b76aa107 authored about 7 years ago
Merge branch 'master' into master

fac89d5b1c85743745a5e88ef29cb360c067c6f7 authored about 7 years ago
Tabs initial setup change

a4404d0162003321a7791ecdb9466892e73d2c5d authored about 7 years ago
Merge pull request #1376 from tiberiumihai/fix-initial-page-for-tabs

Fix initialPage for Tabs #1010

80734e531de1e684f6696de015dd88963eb4bed6 authored about 7 years ago
Removed unused variables

b8401f7a337608e8f25dc6c22e2e774a466fcfc7 authored about 7 years ago
Removed unused varibales

2c8521649278b6db6de9125266a9ed594b61b671 authored about 7 years ago
Sorted variables component-wise alphabetically

582b9942133503a47e12695d3439543ce68a88d3 authored about 7 years ago
Modified color values to standard ones in variable files

2bfd1bd0523371468998c076e10cf738f789ba81 authored about 7 years ago
Merge pull request #1480 from GeekyAnts/fix/themeVariables/removeUnusedVariables

Modified color values in variable files

d6aa10f7e42446f82dd5ab7186e9032ef5588c18 authored about 7 years ago
Merge branch 'development' of https://github.com/GeekyAnts/NativeBase into enhancement/icon/evilIconSupport

82ef4534b489d2dfd967a520f39dd976eacfdcf8 authored about 7 years ago
Added support for EvilIcons.

Fix for issue #1468 - Invalid prop 'name' on icon

79ac15a7ba1e7be0a4cd11c6f1ac54cebf3e2674 authored about 7 years ago
Modified variable values of platform.js

6162acb0a41e2f87a5d62bb5f71a505815f7dffc authored about 7 years ago
Modified variable values of material.js

f497f52fcc754e6f469695be145a8214cfa9f9b5 authored about 7 years ago
Modified variable values of commonColor.js

2ec0f1024d7132f48d25a1112b294a26f06b6eb0 authored about 7 years ago
Merged PRs, transpiled

1f15d8daec14887dcea36c8d10a32463e34808f0 authored about 7 years ago
Merge pull request #1426 from kbrandwijk/patch-1

Updated type definition for ActionSheet. Title optional.

7d0163f2a8b477261b3e4b207cfd2e5cfe262d67 authored about 7 years ago
Merge pull request #1454 from GeekyAnts/enhancement/cardItem/activeOpacityProps

Enhancement for issue #1453. Added activeOpacity prop for CardItem.

07e5ed9e76093c555ee0afe88d984f904fd8faf4 authored about 7 years ago
Merge pull request #1448 from GeekyAnts/fix/FAB

Fix for #1432 FAB. Fixed buttongroup popping out initially on bottomLeft

Proper spacing betwe...

b519c5e7450c6c61ec774d5a4814d86e234e0a21 authored about 7 years ago
Merge pull request #1442 from GeekyAnts/enhancement/picker/withflatList

Possible Fix for issue #1239. Replaced ListView with FlatList in Picker

7b41de0ca93e932c685cc517447c6d6d5f62bba8 authored about 7 years ago
Merge pull request #1424 from GeekyAnts/fix/typescriptDeclaration/swipeRow

Fix for issue #1423. SwipeRow not exported in TypeScript definition
Added missing export SubTit...

e4674f5daf6b49ae21bb6c66fb6dc12d88233a10 authored about 7 years ago
Merge pull request #1463 from GeekyAnts/fix/themeVariables/removeUnusedVariables

Removed unused theme variables

dcd22119f2785df7c9112c9cd89dcc748fedd23c authored about 7 years ago
Merge pull request #1451 from GeekyAnts/enhancement/swipeRow/stylePropImplementation

Added style implementation for SwipeRow.

7ea2f4cf3b49e771c845a39c4d57b5a99d4b4fae authored about 7 years ago
Removed unused variables

7247d0f14db4aed7ececea8c258a246a9231836f authored about 7 years ago
Renamed 'toolbarTextColor' to 'toolbarBtnTextColor'

e73d649d4aa07a4847bc9932fb7fc6a480ba67e7 authored about 7 years ago
Header text color

uses 'toolbarTextColor' instead of 'toolbarBtnColor'

1d92737e149e0b2d38d4fa735e8ffceda36c4bd3 authored about 7 years ago