Ecosyste.ms: OpenCollective

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

github.com/react-navigation/react-navigation

Routing and navigation for your React Native apps
https://github.com/react-navigation/react-navigation

feat: add a setOptions method to set screen options

In React Navigation, the screen options can be specified statically. If you need to configure an...

5973985587f147c0cee6a030f9ae63e76b1d8f98 authored about 2 years ago by satyajit.happy <[email protected]>
refactor: drop getStateForChildUpdate in favor of getStateForRouteFocus (#15)

fa1420d6e78914f568e58625e77c3dab22938973 authored about 2 years ago by Satyajit Sahoo <[email protected]>
refactor: memoize the context object in container (#14)

9e5193ce95c7460057f8703048617cb9863147e9 authored about 2 years ago by Satyajit Sahoo <[email protected]>
refactor: create initial state only once

11674f46c76addec2bab85fc430dacd32567e7e4 authored about 2 years ago by satyajit.happy <[email protected]>
docs: add JSDoc for some comments

1954bbdf06830a0e51387d29ce0633105cec04d1 authored about 2 years ago by satyajit.happy <[email protected]>
refactor: use a class component for the container

With the function component. we have issues with our getState function which doesn't always retu...

1c929a07df98af6c3bd960f0b2f3a611ce06903a authored about 2 years ago by satyajit.happy <[email protected]>
feat: add createNavigator and not export Screen directly (#3)

45d048ba47580153b0287644b31119f41f4b0d5b authored about 2 years ago by Michał Osadnik <[email protected]>
refactor: move navigation.state to a route prop (#6)

01eb1e07605277a17fa5b32069bfabbaec11a417 authored about 2 years ago by Michał Osadnik <[email protected]>
refactor: remove code for cleaning up navigator

It messes up with other state changes. We'll figure something out later

3322ca13d9da9cbd68da9c7d1c599b42aa8e8a5f authored about 2 years ago by satyajit.happy <[email protected]>
fix: cleanup navigator state on unmount

c874752347885d52e6f4123791198876a630ad5d authored about 2 years ago by satyajit.happy <[email protected]>
docs: update README to match latest API

4ea41412a55887bdfc45f1cd2a4581bf981f301f authored about 2 years ago by satyajit.happy <[email protected]>
refactor: add transaction support (#12)

1278f110b04d1e1b4516d6e7f2a2a40d8b262441 authored about 2 years ago by Michał Osadnik <[email protected]>
feat: handle route names change

66c71319cde9cd4d3db6c75b547a03420f3ade6c authored about 2 years ago by satyajit.happy <[email protected]>
feat: let child navigators handle actions from parent

Co-authored-by: Satyajit Sahoo <[email protected]>

21f7a9eedfbd1e5dfe633548df9a9ad3af1e6992 authored about 2 years ago by Michal Osadnik <[email protected]>
refactor: add separate method for rehydration and fix types

6a40ffecbb4f31ce861962951a0719eca451bea3 authored about 2 years ago by satyajit.happy <[email protected]>
test: add test for dispatching a function

932318a55404c0ef30b9ea25cad5f77f6f1af448 authored about 2 years ago by satyajit.happy <[email protected]>
test: add more tests and improve error messages

5567d84cbd1dce17e3a95100d086e8eeed19fbae authored about 2 years ago by satyajit.happy <[email protected]>
docs: update README

90347f17ed79727b83c68ee40a9103d4c9b48fdd authored about 2 years ago by satyajit.happy <[email protected]>
test: add test for static container

f47046785b6992178361109f75e791f22a7f568e authored about 2 years ago by satyajit.happy <[email protected]>
feat: add a setParams method to update route params

6b62441565a15615b1ae5933979eb8d236329767 authored about 2 years ago by satyajit.happy <[email protected]>
refactor: split useNavigationBuilder into more hooks

857ed5401199274a0c4e759da7d2a9997d63a633 authored about 2 years ago by satyajit.happy <[email protected]>
fix: always get latest state for getCurrentState

1e172df7fb908b5ffa8e11bc81e3a86da80d024c authored about 2 years ago by satyajit.happy <[email protected]>
refactor: rename names to routeNames for clarity

a70277ea5c386c49d43d5da710a073aec0faae79 authored about 2 years ago by satyajit.happy <[email protected]>
fix: merge params on navigate in example

0167e794d7c64df1c4954c0c5766cee6bffef28c authored about 2 years ago by satyajit.happy <[email protected]>
test: add test to check if action is handled correctly

9a0d9f6f3bc1849e9b78020452374480a33279b8 authored about 2 years ago by satyajit.happy <[email protected]>
test: add test for accessing container context

8bc02af3e428a3a0d6697a0d92e3e1fc3126d4f6 authored about 2 years ago by satyajit.happy <[email protected]>
chore: add state persistence to the example

4d5e9ad9b6a243953615b0b2be1c95c4ac76bb5b authored about 2 years ago by satyajit.happy <[email protected]>
refactor: default to frozen object for options

dd53196b7fd2da2ee126bf015b69a8f39982e0c2 authored about 2 years ago by satyajit.happy <[email protected]>
feat: add an onStateChange prop to NavigationContainer

084c0496d7d82dd606c897c4ea4458f8ba5140f9 authored about 2 years ago by satyajit.happy <[email protected]>
docs: add info about type checking to the README

75f0a073699792c1ceddafab5f7825e3aa9b346a authored about 2 years ago by satyajit.happy <[email protected]>
docs: remove outdated comments

169e06986119f71e1bc67dd01fda6e1552c03a82 authored about 2 years ago by satyajit.happy <[email protected]>
fix: don't throw if action wasn't handled

735711f7adb399d3be2db23e6a37f1ae1d22dbee authored about 2 years ago by satyajit.happy <[email protected]>
fix: prevent rendering multiple navigators under a single container

3194ae093ae3a5fdbad1e5e7e7bbed2becb8d997 authored about 2 years ago by satyajit.happy <[email protected]>
feat: add more acttions

7e050044da27c3e1800dfb2c23a7fb9813037663 authored about 2 years ago by satyajit.happy <[email protected]>
feat: make actions work across navigators

83c8d5a19d4f9fad599817784880eccd563a952d authored about 2 years ago by satyajit.happy <[email protected]>
docs: fix typo in example

996eac12e9cf471659be45d755dff1044f833817 authored about 2 years ago by satyajit.happy <[email protected]>
fix: focus a navigator when you navigate to a screen in it

1cc7728b7168db0a09175288c73d859cfe514a3b authored about 2 years ago by satyajit.happy <[email protected]>
refactor: remove parent to child navigator communication

53c2be765d30d1f9198869538e0a6894a1d30194 authored about 2 years ago by satyajit.happy <[email protected]>
fix: only propagate navigate to children

68ab592ac931e73456976c856bbb5eb1f6957d8b authored about 2 years ago by satyajit.happy <[email protected]>
feat: add ability to dispatch a update function

c51a67c43eeebeb20b4de90e32b387d33a786e00 authored about 2 years ago by satyajit.happy <[email protected]>
feat: support options

ebf811cc08b47fb0af6a86a2d50d2a59d4b85156 authored about 2 years ago by satyajit.happy <[email protected]>
feat: add support for params

6b8358175aedfb31738b7a0f6135d06b44ee3caf authored about 2 years ago by satyajit.happy <[email protected]>
feat: bubble up an action

74488891550a23be46746ee829748f06144daf83 authored about 2 years ago by satyajit.happy <[email protected]>
feat: add basic nesting example

07fd3e4646cbb6a4be4fca8a1881f58526e5fa0d authored about 2 years ago by satyajit.happy <[email protected]>
refactor: get parent navigation via context

cbedf9e689275d14a2bcc796cde679371a898f53 authored about 2 years ago by satyajit.happy <[email protected]>
fix: don't perform side-effects in setState

a62e9e5b4263e9bae11dd0debe7c51090bd47af1 authored about 2 years ago by satyajit.happy <[email protected]>
wip

a9f44477a0f2b7f92778da136b8fb97e59304813 authored about 2 years ago by satyajit.happy <[email protected]>
perf: prevent re-renders if state didn't change

a6d5eb011843870ab58d42613e07d1165d7cf3cc authored about 2 years ago by satyajit.happy <[email protected]>
refactor: minor tweaks

89991bfdabddce572d74da6c9a7294ce25593dce authored about 2 years ago by satyajit.happy <[email protected]>
feat: add typed navigator for better typechecking

c1e14de5b7b0d9f9e6646288338b68df12e649f3 authored about 2 years ago by satyajit.happy <[email protected]>
feat: respect key when reseting state

d2c658ed018cce67899a78d27dea1a192c6be7fa authored about 2 years ago by satyajit.happy <[email protected]>
docs: add info about how initial state is handled

d2e533e60c0ceac4efae407c861f75c8d732ea3a authored about 2 years ago by satyajit.happy <[email protected]>
chore: initial POC

9a5a5ba724b8c8738342d7456af95b52aa68387d authored about 2 years ago by satyajit.happy <[email protected]>
Initial commit

8b37953ae29ce7c2b063d7563773fd07c3de0072 authored about 2 years ago by Satyajit Sahoo <[email protected]>
feat: add basic deep linking example

752c12615dc538951a5faea9632ecb79d6496d0d authored about 2 years ago by satyajit.happy <[email protected]>
chore: configure some stuff

df7606ce8dcb587605b97c1f41d572f6e46f84dc authored about 2 years ago by satyajit.happy <[email protected]>
chore: downgrade pager-view to 6.0.2 (#1407)

ea674f46e7835fdb9c9c36097b87f4def2fee36c authored about 2 years ago by Oskar Kwaśniewski <[email protected]>
chore: upgrade to expo 47 and latest pager-view (#1404)

cdf3e7db07fb0a30daf1c8aaf36be9b52d139feb authored about 2 years ago by Oskar Kwaśniewski <[email protected]>
chore: bump node version on the CI

63ddcaac2144756f33dd5e4eb1de397a0b02ff94 authored about 2 years ago by Satyajit Sahoo <[email protected]>
chore: update build script for smaller sourcemap & sourcemap for types

3c3a41b7a17a28b707d74ace3588159f77873725 authored about 2 years ago by Satyajit Sahoo <[email protected]>
test: `testID` added in `TabBar` for testing (#1394)

* test: testID prop added to TabBar

Co-authored-by: AsadShabir <[email protected]>

14eff1aa33d086285972d8b8bdc1dec0825cfc29 authored about 2 years ago by Asad Shabir <[email protected]>
chore: release 3.3.0

01c03ee48fc312d38e7b85117c3f167cbdab3c0e authored about 2 years ago by Oskar Kwaśniewski <[email protected]>
refactor: change components to function based (#1392)

This pull request introduces function based components. The goal is to make this library easier ...

9c960a3bb5a1fe509d17c255fac56ec3087e7175 authored about 2 years ago by Oskar Kwaśniewski <[email protected]>
feat: add functional components to example (#1393)

* feat: add functional components to example

* refactor: change type

2ca852c951a6742b2f45953030464b590b12d3c1 authored over 2 years ago by Szymon Rybczak <[email protected]>
chore: release 3.2.1

773e66ef51cf60f77de19a7088a585e4f866623a authored over 2 years ago by Oskar Kwaśniewski <[email protected]>
feat: add animationEnabled to TabView (#1388)

* feat: add disableChangeTabAnimation to TabView

* refactor: change prop name

* fix: updat...

86fc76b55fc8ad354f450106aeefc3d7bc6d18dd authored over 2 years ago by Szymon Rybczak <[email protected]>
refactor: use FlatList instead of ScrollView for the TabBar (#1386)

46082bc1059f3ba541a32b57b130a10870efc5de authored over 2 years ago by Oskar Kwaśniewski <[email protected]>
chore: update example to funcitonal components (#1389)

302e6821e70ce73ec7596a43348d6e9c0d2fe45d authored over 2 years ago by Oskar Kwaśniewski <[email protected]>
feat: expose the style prop accepted by the Pager component (#1260)

9aaa5f8ffe69cd200d61355ced464e1b0a3e9187 authored over 2 years ago by Simon Buerger <[email protected]>
feat: add tabBarSpacing property (#1142)

ac6c7414779dc0f91ae3c4f4974175c0404203c5 authored over 2 years ago by Mickael Lecoq <[email protected]>
Revert "fix: move onIndexChange (#1384)" (#1385)

This reverts commit 05cf8ab8491105b1f2e2c6f2f4bffe8c615d4a80.

0dd967bfc9d031d2c8c1ec4613fb7d56df156bc6 authored over 2 years ago by Oskar Kwaśniewski <[email protected]>
fix: move onIndexChange (#1384)

05cf8ab8491105b1f2e2c6f2f4bffe8c615d4a80 authored over 2 years ago by Szymon Rybczak <[email protected]>
fix: hide vertical scroll indicator (#1331)

cef6363093f75909455df12c974a458af093ca6e authored over 2 years ago by Nguyen Bao Duy <[email protected]>
Upgrade dependencies to latest Expo SDK (#1382)

* chore: upgrade deps for latest expo sdk

* fix: add expo-updates

* fix: add missing closi...

ff8527d6cc443ca7af52e03be5cf322df03750d5 authored over 2 years ago by Oskar Kwaśniewski <[email protected]>
Fix README typo (#1358)

34d7aedd7e9c5665da7bd6bbc0b6ecb577479981 authored over 2 years ago by Changhoon Lee <[email protected]>
chore: upgrade dependencies

5b5c96085c0c8b0e47ee13ac33d481f1be4999eb authored almost 3 years ago by Satyajit Sahoo <[email protected]>
chore: release 3.1.1

04cf0b2480286d45b929b7c5543cb2ea8c3d05e4 authored over 3 years ago by Satyajit Sahoo <[email protected]>
fix: fix path to typescript definitions

d7bc663e3220d462d71faa24da91eaf7ebeaaceb authored over 3 years ago by Satyajit Sahoo <[email protected]>
chore: release 3.1.0

93fecdba5e43952f9e5345b525f52007d91062b6 authored over 3 years ago by Satyajit Sahoo <[email protected]>
fix: use label color from styles if specified. closes #1175

dfd3f21fc61e83ee6580626caabeeacc5b9a5c26 authored over 3 years ago by Satyajit Sahoo <[email protected]>
chore: update circleci config

2250d929ddf17fada73e9871e23110124a9a2d66 authored over 3 years ago by Satyajit Sahoo <[email protected]>
chore: update typescript config

This will let people install the package from GitHub without type errors

47737a366d664ea3cf865ed916995e44ddba94be authored over 3 years ago by Satyajit Sahoo <[email protected]>
feat: add rn compatibility disclaimer table to readme.md (#1186)

Co-authored-by: Satyajit Sahoo <[email protected]>

410c1d4e8388ad63b11e9014ec2ca46c9a126110 authored over 3 years ago by Thiago <[email protected]>
feat: macOS and Windows support (#1188)

Using `react-native-pager-view` on macOS and Windows causes errors. Solution is to use `PanRespo...

0a7df80cdd10316a052b2069e4221a36f6b2a153 authored over 3 years ago by David Angulo <[email protected]>
fix: update currentIndexRef when tab is switched by clicking tab bar (#1232)

There's a minor bug in web version of tabview. `currentIndexRef` in Pager.tsx file is only updat...

bde4eaab7d35b6d27078c468975fbf054befe238 authored over 3 years ago by Kavin Patel <[email protected]>
fix: RTL support for web (#1192)

0d9c3b0d70489cc4ed624ac8f9272e4ee9be68b3 authored over 3 years ago by Petr Volf <[email protected]>
fix: clearTimout on unmount (#1201)

fixes #1103

e7f47afbe5469bc2fa30e33af8c4de8134f0e961 authored over 3 years ago by Dima Portenko <[email protected]>
refactor: use textTransform instead of toUpperCase. closes #1169

fbb30b45cc4cefe40b1ff10513d3890a3b1c35c0 authored over 3 years ago by Satyajit Sahoo <[email protected]>
chore: upgrade dependencies

03a3f287ac0deb91c03c950f2686c89d867f6b25 authored over 3 years ago by Satyajit Sahoo <[email protected]>
fix: use correct prop types for pager view

748715ee877b0155a6c4ba08aca83c9dce9fdb63 authored almost 4 years ago by Satyajit Sahoo <[email protected]>
docs: define renderScene outside the component in example

5236547ec88ff00fcb300342ce41e6ddc56d0822 authored almost 4 years ago by Satyajit Sahoo <[email protected]>
chore: release 3.0.1

b87bb5d95a6aee84106ea7080803e4764fcc8f12 authored almost 4 years ago by Satyajit Sahoo <[email protected]>
chore: use src in react native

6e38aaf04e4993b142f3b25c185c53d997919413 authored almost 4 years ago by Satyajit Sahoo <[email protected]>
refactor: migrate TabView to function component

fixes #1159

2dc7cf39eb7c959f8b81fb868ab315970f99be9c authored almost 4 years ago by Satyajit Sahoo <[email protected]>
chore: upgrade expo to SDK 41

b7163ba38ffb57e7c5dfcfc6dac62df82f9152a8 authored almost 4 years ago by Satyajit Sahoo <[email protected]>
docs: remove unsupported prop

6d0c1f360e45192e1fcfae52e8bb6d57ec96a7ab authored almost 4 years ago by Satyajit Sahoo <[email protected]>
chore: fix broken link in README (#1138)

Co-authored-by: Satyajit Sahoo <[email protected]>

47afc12f034119a9c0183e6ca9a633e982b01baa authored almost 4 years ago by Kadir Aydınlı <[email protected]>
chore: release 3.0.0

9be7932d940c565ecdeca8e5815194fda7535047 authored almost 4 years ago by Satyajit Sahoo <[email protected]>
feat: migrate to ViewPager library

BREAKING CHANGE: This drops `react-native-gesture-handler` and `react-native-reanimated`.
All cu...

a002067a84a32d35a92926632375d436c54473bc authored almost 4 years ago by Satyajit Sahoo <[email protected]>
chore: release 2.16.0

6610c4922d4e16e09a2e9dca211320140f8534c2 authored almost 4 years ago by Satyajit Sahoo <[email protected]>