Ecosyste.ms: OpenCollective

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

github.com/aksonov/react-native-router-flux

The first declarative React Native router
https://github.com/aksonov/react-native-router-flux

Update REDUX_FLUX.md (#1271)

Fixing redundant import

69d48e5dc86e5a607fa29d6b492c70c31e6670a7 authored over 8 years ago
Provide routes to scene's context (#1232)

* Provide routes to scene's context

* Fix esling

* Fix eslint

* fontFamily update

* ...

ce0186803efcc1756a8a5cbff231ccd4dab9a9b3 authored over 8 years ago
bump version

728c99509272baa422604ff708d2db67a377c32c authored over 8 years ago
correction to #1057 (#1236)

* correction to #1057

#1057 allows to push params to tab scenes, but it is breaking sceanes
...

b8ccb89d15fa1ef543e7a6c1007f21f6d621d93b authored over 8 years ago
Add a production app - Look Lock (#1225)

e2fb556b708527165d3a729787e6a7aa8ecdb9b3 authored over 8 years ago
Change license to MIT (#1212)

e6b10d95e794af846b9df5437ffc709c044d7ade authored over 8 years ago
Update OTHER_INFO.md (#1205)

Minor change.

e7e916cf9c2d72ae7f356fbcd5aa55b70fa5e292 authored over 8 years ago
Allow to force parent tabs to hide when child tabs is added (#1094)

b11a84962e4e4d9265770382b8859d21d1a12ea0 authored over 8 years ago
Check for the scene name within the scene property of the popTo Action (#1172)

d95ff2dc20faee6e79063c0d6f1b9f8681cc3f77 authored over 8 years ago
titleWrapperStyle from props (#1185)

* titleWrapperStyle from props

* titleWrapperStyle from props

c787e8f6a0b609a135d84d4346a0a70ab9208c82 authored over 8 years ago
Update OTHER_INFO.md (#1171)

Fix code style

29ff0735d2ef71db165808d63522b37f8828d2f0 authored over 8 years ago
Merge pull request #1137 from atlanteh/patch-1

fix routes not initialized on parent componentDidMount

not fully tested as there are other pr...

492a1171b8606869e5808f48220e7b0df4699c88 authored over 8 years ago
Merge pull request #1168 from compojoom/android_deploy

fixing issue #1167

4c9eeab1ba404e181d91c64285a96d559548cef9 authored over 8 years ago
fixing issue #1167

It seems that the android package uses a too generic package name. Changed this to have a distin...

2deb620f829b8ed28157466839f7276b677960a4 authored over 8 years ago
adding snappatizer to readme (#1153)

26d18eb626361af51b6e9ee2eee7c5f2843e2f45 authored over 8 years ago
Fix syntax error in example (#1140)

Add missing `)` in drawer example.

81e1e077850accfc166fe10be5e0ddc9435219b6 authored over 8 years ago
export TabbedView (#1132)

* export TabbedView

Useful when you want to create custom tabs component

* Update index.js

d29eaccefe0e9f6f8fe4c05186f6681950f0b131 authored over 8 years ago
Fix Jest Snapshot and add CircleCi badge (#1135)

4f2a2c78c30f9999047768f63aef31b9df4a9f77 authored over 8 years ago
fix tests

723cb60e4365e871c35b112cfe50670a8d593a63 authored over 8 years ago
fix linting

68cdd65ae830dce076fa51ef8f76ec0dd076985c authored over 8 years ago
fix routes not initialized on parent componentDidMount

Since setState is async then on componentDidMount of parent the router is not initialized yet an...

c33ff502d3442340988738baca735cad65a5e540 authored over 8 years ago
add ActionConst and Scene.type explaination (#1097)

Just create a starting point for people to contribute that to describe/explain each of types/con...

d75c6807cb5dd4f22f73ba70b81f2bf13a450ea5 authored over 8 years ago
[Fixed 1087] Long titles display with a dots at the end, not hidden behind the buttons (#1088)

4957320e0eb638be660aa97d142dd617d3a59569 authored over 8 years ago
Add action const POP_AND_REPLACE (#1119)

* add POP_AND_REPLACE action to router navigation

* remove only

* update doc and add a tes...

da7af79d4867ed303a54d381738ca3c3d4bbc370 authored over 8 years ago
Fix for back button not displayed when pushing tabs scene. (#1093)

c7ea6f9cb4e7455753d3c6e3b2be48fc6bbf1ed2 authored over 8 years ago
Make possible to specify bg-img for Tabs (#1083)

68331b0347bfa0af816e7ad38d791cf03f410389 authored over 8 years ago
update note to prevent `Key is already defined` (#1098)

for redux users who have architecture problems integrating redux and router flux.

50a20a71d29455eccda1d72f0052cf9d939e1278 authored over 8 years ago
Revert "Revert "Support passing props to tab routes"" (#1133)

6e3e5dab7b3c2acfecb68fa0f154f576d3bae0a8 authored over 8 years ago
Revert "Support passing props to tab routes" (#1129)

ed70e8b25d637e254c53dec92816a367309efbbd authored over 8 years ago
Make possible to specify background image for the NavBar (#1082)

* Make possible to specify bg-image for NavBar

* Fix Eslint error

* Fix ignoring bg-img se...

55b0468be2d9f0f626f51d329b49d04519936263 authored over 8 years ago
pass direction to getPanHandlers (#1059)

* Update DefaultRenderer.js

* fix eslint

* remove trailing space

949721502f7637da34664435300c1c6c63a94e75 authored over 8 years ago
Support passing props to tabs=true routes (#1057)

d03e70b34733f6fc21df072d4bcb2d7641bdf86d authored over 8 years ago
Add "chozun" production app (#1104)

2ff66a2f7bf20362ba37490460cd532362f1d6ec authored over 8 years ago
Update package.json

e51207aa4716e9873eaa90f44a2a46729016b219 authored over 8 years ago
Update DefaultRenderer.js (#1058)

04353d951ff88c35284c7e5baf73d19f79843a8e authored over 8 years ago
Add default style to renderLeftButton and renderRightButton (#1054)

* add default style to renderLeftButton and renderRightButton #994

* fix Example

85f47172a9ff137c1f80a0e4fcbc712ece58dfec authored over 8 years ago
Feat(BackAndroid): Add handler for Back Key in Android (#1049)

* Feat(TabBar): add pressOpacity for TabBar

* Feat(Doc): add doc for pressOpacity

* Feat(B...

0ef1f7a19ca30d99e1892595da5be67a15c8fc22 authored over 8 years ago
Add documentation for left to right option added on PR#1032 (#1036)

813e07579ca697ef6eb9d48639f7991327dc555e authored over 8 years ago
added getRightTitle and getLeftTitle (#1043)

23bc65c22e0c518b74769a3dedfca1eafc9d4ae8 authored over 8 years ago
bump version

9fbad16f7cc279e4c95141e5df1d5640828f1e1b authored over 8 years ago
Allow POP and similar actions to refresh the previous scene (#1016)

* pop actions can pass props to previous screen

* fix typo

* fix eslint warnings

* Docu...

3ec175f9c8599356eab29ce1c239b5daa141d8a8 authored over 8 years ago
Add 'leftToRight' direction support (#1032)

* Add 'leftToRight' direction support

* Add trailing commas

41d3213479b61f929bdd4965494590cec9b57c97 authored over 8 years ago
Add Jest Snapshot and configure CircleCi parallelism (#1029)

ec6e786ff63358f30fd058ca51789ba1cd3c61f2 authored over 8 years ago
Update package.json

341d01337e15a29eb244bc2663a948f22104641e authored over 8 years ago
ADD react-addons-pure-render-mixin (#1021)

Fixed Version

dcdceacb06d1bf5ef7208f4b31ffdb78d2ef1f80 authored over 8 years ago
revert

32a7cc2130c5b1aa0853ff0edbc456162f7f4b00 authored over 8 years ago
bump version

d36b165184123ba8bc5bf747076cdefc5701abe8 authored over 8 years ago
Restore statem (#1013)

* restore statem selector logic

* remove import

* fix ESLint errors

45762f1b5d2045dd2aa05f60c3527aa91724d1bf authored over 8 years ago
Update package.json

93084b8079b09c54e815f8619df1e4d515f838fb authored over 8 years ago
fix(NavBar): don't render custom BackButton if root nav state (#998)

Avoid rendering a custom `BackButton` if the default implementation
should avoid rendering, suc...

f541ffb38af879f73e9d34b26a2b3bdb2bbdd573 authored over 8 years ago
Optimize Render (#1006)

f7223e82f8b9cf381bf3b4459c93256a64ae7242 authored over 8 years ago
refactor #996 (#1002)

* Move resetHistoryStack in Reducer

* Remove console.log

* FIX ESLint

* Remove console....

d1cbc8a5316bc15382651a00d9d46f76fa83cb51 authored over 8 years ago
Fix minor typo in docs (#986)

s/tpye/type/

818355410b065e7f9d16a636003059c03032803d authored over 8 years ago
Scene - implemented getPanHandlers prop (#961)

* added getPanHandlers api to scene

* cleaned up code

00ca6ad2282627138120a6000b6522a676c3f768 authored over 8 years ago
feat(navBar): add optional titleProps to NavBar (#968)

To be able to set properties like 'numberOfLines' and 'lineBreakMode' in the title, add a titleP...

a643386cc5cb1dc060e6f37841932584ba23ac9b authored over 8 years ago
Feat(TabBar): add pressOpacity for TabBar (#956)

* Feat(TabBar): add pressOpacity for TabBar

* Feat(Doc): add doc for pressOpacity

e6b967ae4d9fb69810a8d1ae2a582ebfd22ee31f authored over 8 years ago
Add ActionsConst to index.d.ts (#964)

* Add ActionsConst to index.d.ts

Allow ActionsConst to be imported as in Redux example when u...

17dcc42f7f8e5196a66707c5310ab34aef7f4a76 authored over 8 years ago
Actions get (#957)

* adding Actions.get to get navigation state for given key

* bump version

8d2b9cf935f354cb7e391c48aa6c4cb7b4d72c51 authored over 8 years ago
bump version

62dcf9635b50698dc9028f078e5325541c96bf24 authored over 8 years ago
fix(navigationState): avoid undefined key for root scenes (#936)

This is one of the issues I've been investigating within my app.
Apparently #911 broke scene ke...

bb23f0d48dbaec7818f4c1bd19c32877ecb248af authored over 8 years ago
Add pushOrPop action - it will pop if scene exists in the stack, push otherwise (#947)

52ac64005b685ba18f41c0eeb75ef853744a0edb authored over 8 years ago
Merge pull request #941 from Olliepop/patch-1

Add "Junk Free" production app to README

e811a142386d8b1a216bb082057a7211e862836b authored over 8 years ago
Add "Junk Free" production app

Junk Free is the official app for the annual "Junk Free June" campaign currently run in New Zeal...

27b81e8307cc2f1d6039cf353d998a55957fed0b authored over 8 years ago
Update tabs version (#940)

* Update tabs version

pressOpacity prop added for tab icon in 1.0.9 version.

* Update pack...

f1dd18c98d7b4f72b327cc90f87ac5dfdaf5cb88 authored over 8 years ago
added Modal example usage to OTHER_INFO.md for issue number #893 (#923)

ed28f7fdcb3526a90a349a5aa94f21cc13286469 authored over 8 years ago
added new switch feature - unmountScenes (#932)

* added new switch feature - unmountScenes

* fix eslint styles

* fix trailing comma

fbeebeeb591f2718538e2fd85422d7ab1c1b0747 authored over 8 years ago
add possibility to define title as static method for the component

822e83f08f5063cd33bc0c92030311c9acafb2af authored over 8 years ago
Document PopNum (#916)

* Document PopNum

* Update README.md

e964c80d3125dca5271008a2b33f67a81d0c7ffd authored over 8 years ago
Merge pull request #912 from LittleLin/master

Fix typo error.

346f4828a0fdab5d5b3aa8b56329c1e923312483 authored over 8 years ago
Fix typo error.

75781304075661d26fb682dee42c7963dd0d5bf6 authored over 8 years ago
Update package.json

f71f59bc4f155446561043a07f69719c3b931465 authored over 8 years ago
add parent and key as prefix to new key (#911)

e89ced2d3cc057f5d17262cab14a5ae2d561c927 authored over 8 years ago
normalize action name with prefix and expose it from module (#900)

* Update Actions.js

prefixed action strings with 'router_' to namespace them.

I noticed th...

1ed01fc8dd8f8259bdb8f60e9926d043e9f81fdb authored over 8 years ago
bump version

b7ee480acf188c18dcfa1b68fcfebd5345512c1a authored over 8 years ago
pass state to backButton

7de3170dd7f75cfeaf1d0cf28630281b4c27dbe6 authored over 8 years ago
fix NavBar pop

e9aa4d1ed446ae50936fa3e566b6b57647f0d139 authored over 8 years ago
bump version

4dc554d42631287c208de869dc2a934c951bfbc6 authored over 8 years ago
pass state to onBack

e8ed085ac495ab54d1f39fab4c159a38020887bf authored over 8 years ago
Update package.json

1a92f4da2e6f05173a555064fcdbf79a64bbda46 authored over 8 years ago
Revert "refactor #870" (#901)

b239803670a3b4610884abd33c5da9afcb5b65ad authored over 8 years ago
Update package.json

c7a34fc4e857969a47bcfd22147696d18c2e5f37 authored over 8 years ago
Revert "Prefix action strings to namespace them." (#899)

bf8a0618f2279c61388eda7b0589d85c4e451703 authored over 8 years ago
Update package.json

5638c54de4fba90f85ea44fd67aa6a9cacf4e4f1 authored over 8 years ago
Prefix action strings to namespace them. (#843)

* Update Actions.js

prefixed action strings with 'router_' to namespace them.

I noticed th...

2fff2c9efd410bde2839c894f5e91f2f3b7ae8c6 authored over 8 years ago
refactor #870 (#886)

* pull in navigationBarStyle and titleStyle from props.navigationState
in TabbedView. refs #870...

50564b21162937b523962046e409ffa68a5d6b8c authored over 8 years ago
- Added optional tabBarIconContainerStyle property to ovverride the style of the view that contains each Icon of the tab bar. (#875)

f9081b8cce8281ca845aa377fca552087d844de4 authored over 8 years ago
Allow for one scene to fade into the next in addition to horizontal/vertical (#868)

* allow for one scene to fade into the next in addition to horizontal/vertical

* change to pa...

dbfb34fe1d27ff1bb5acd37497102421d07aee1b authored over 8 years ago
Removed fontWeight style from NavBar title (#873)

Setting default fontWeight style for NavBar title breaks custom fonts on Android

edab6424df975ad0d1e6e891d09c96abcfa2f33b authored over 8 years ago
Use ./components/TabIcon (#851)

* Use ./components/TabIcon

* FIX PropTyes on TabIcon

ff92c06c90922ae3fcfdabd253991f81504ec956 authored over 8 years ago
Add eslint import/no-unresolved config (#847)

631a6a2ba10b9d321b7473e70b90066e417936e6 authored over 8 years ago
Cleanup babel dependencies (#866)

052495400e51e381552889bf0411edf6cfc7b31f authored over 8 years ago
add latest statem support (#871)

f6796befeeb543bb5ef4e8c4feb98efbe92af49a authored over 8 years ago
Fix missing brackets (#861)

76a5a260cbdedf0d589b62aa726bcb77d636bb91 authored over 8 years ago
bump version

754c70bd2fc4b28acc1497a53fe9d7e4acc2a8bc authored over 8 years ago
Replace `assert` in Switch.js with custom `assert` (#846)

9ddaabd39cd975df675d54c3fcc182ca369eae00 authored over 8 years ago
bump version

19414a26f57b9cee4105375e627b9dc4deaa98b6 authored over 8 years ago
remove extra rnrf tab styling. user must pass tabBarStyle and tabBarSelectedItemStyle explicitly (#839)

b678de3bf94ef0c28e6ba0e57a46b79810bf6be6 authored over 8 years ago
tabs show onPress item (#828)

* tabs show onPress item

* [Fix] Fix sceneStyle layout dislocation

DefaultRenderer

* ES...

126016862e5b6c92e69dcdf611a156711a6d4f80 authored over 8 years ago
Render leftButtonImage (#838)

* Fix for leftButtonIcon not rendering

* check for buttonImage instead of menuIcon

* tidie...

a769b10288cab94f5213d243b61744c2cdf801cf authored over 8 years ago
use js instead of jsx in readme code block (#825)

to have better syntax highlight

4e8156c06fbb93e16e8a84ae2155c12ea49b4e48 authored over 8 years ago