Skip to content

Commit 278cce1

Browse files
authored
docs: update github links (react-navigation#722)
* update all software mansion github links * Update community-libraries-and-navigators.md * Update react-native-screens.md * Update community-libraries-and-navigators.md * Update react-native-screens.md * Update community-libraries-and-navigators.md * Update community-libraries-and-navigators.md
1 parent 6e34037 commit 278cce1

17 files changed

+20
-20
lines changed

versioned_docs/version-2.x/community-libraries-and-navigators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This project aims to expose native navigation container components to React Nati
3838

3939
#### Links
4040

41-
[github.com/kmagiera/react-native-screens](https://github.com/kmagiera/react-native-screens)
41+
[github.com/software-mansion/react-native-screens](https://github.com/software-mansion/react-native-screens)
4242

4343
## react-navigation-header-buttons
4444

versioned_docs/version-2.x/react-native-screens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ useScreens();
2020

2121
## Setup in normal react-native applications
2222

23-
You will need to follow the installation instruction from [react-native-screens](https://github.com/kmagiera/react-native-screens) first. After that, you can import the library like mentioned above and enjoy the optimization.
23+
You will need to follow the installation instruction from [react-native-screens](https://github.com/software-mansion/react-native-screens) first. After that, you can import the library like mentioned above and enjoy the optimization.
2424

2525

versioned_docs/version-3.x/community-libraries-and-navigators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This project aims to expose native navigation container components to React Nati
3838

3939
#### Links
4040

41-
[github.com/kmagiera/react-native-screens](https://github.com/kmagiera/react-native-screens)
41+
[github.com/software-mansion/react-native-screens](https://github.com/software-mansion/react-native-screens)
4242

4343
## react-navigation-header-buttons
4444

versioned_docs/version-3.x/drawer-navigator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The route configs object is a mapping from route name to a route config, which t
2323
- `navigationOptions` - Navigation options for the navigator itself, to configure a parent navigator
2424
- `defaultNavigationOptions` - Default navigation options to use for screens
2525

26-
The DrawerNavigator uses [`DrawerLayout`](https://kmagiera.github.io/react-native-gesture-handler/docs/component-drawer-layout.html) under the hood, therefore it inherits the following props:
26+
The DrawerNavigator uses [`DrawerLayout`](https://software-mansion.github.io/react-native-gesture-handler/docs/component-drawer-layout.html) under the hood, therefore it inherits the following props:
2727

2828
- `drawerType` - One of front | back | slide
2929
- `edgeWidth` - Allows for defining how far from the edge of the content view the swipe gesture should activate

versioned_docs/version-3.x/react-native-screens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ useScreens();
2020

2121
## Setup in normal react-native applications
2222

23-
You will need to follow the installation instruction from [react-native-screens](https://github.com/kmagiera/react-native-screens) first. After that, you can import the library like mentioned above and enjoy the optimization.
23+
You will need to follow the installation instruction from [react-native-screens](https://github.com/software-mansion/react-native-screens) first. After that, you can import the library like mentioned above and enjoy the optimization.
2424

2525

versioned_docs/version-4.x/community-libraries-and-navigators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This project aims to expose native navigation container components to React Nati
3838

3939
#### Links
4040

41-
[github.com/kmagiera/react-native-screens](https://github.com/kmagiera/react-native-screens)
41+
[github.com/software-mansion/react-native-screens](https://github.com/software-mansion/react-native-screens)
4242

4343
## react-navigation-header-buttons
4444

versioned_docs/version-4.x/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ npm install react-navigation
3434

3535
React Navigation is made up of some core utilities and those are then used by navigators to create the navigation structure in your app. Don't worry too much about this for now, it'll become clear soon enough! To frontload the installation work, let's also install and configure dependencies used by most navigators, then we can move forward with starting to write some code.
3636

37-
The libraries we will install now are [`react-native-gesture-handler`](https://github.com/software-mansion/react-native-gesture-handler), [`react-native-reanimated`](https://github.com/software-mansion/react-native-reanimated), [`react-native-screens`](https://github.com/kmagiera/react-native-screens) and [`react-native-safe-area-context`](https://github.com/th3rdwave/react-native-safe-area-context). If you already have these libraries installed and at the latest version, you are done here! Otherwise, read on.
37+
The libraries we will install now are [`react-native-gesture-handler`](https://github.com/software-mansion/react-native-gesture-handler), [`react-native-reanimated`](https://github.com/software-mansion/react-native-reanimated), [`react-native-screens`](https://github.com/software-mansion/react-native-screens) and [`react-native-safe-area-context`](https://github.com/th3rdwave/react-native-safe-area-context). If you already have these libraries installed and at the latest version, you are done here! Otherwise, read on.
3838

3939
#### Installing dependencies into an Expo managed project
4040

versioned_docs/version-4.x/material-top-tab-navigator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Optional object containing the initial `height` and `width`, can be passed to pr
7272

7373
### `pagerComponent`
7474

75-
React component to use as the pager. The pager handles swipe gestures and page switching. By default we use [`react-native-gesture-handler`](https://github.com/kmagiera/react-native-gesture-handler) for handling gestures. You can switch out the pager for a different implementation to customize the experience.
75+
React component to use as the pager. The pager handles swipe gestures and page switching. By default we use [`react-native-gesture-handler`](https://github.com/software-mansion/react-native-gesture-handler) for handling gestures. You can switch out the pager for a different implementation to customize the experience.
7676

7777
For example, to use pager backed by the native `ViewPager`, you can use [`react-native-tab-view-viewpager-adapter`](https://github.com/software-mansion/react-native-tab-view-viewpager-adapter):
7878

versioned_docs/version-4.x/react-native-screens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ useScreens();
2020

2121
## Setup in normal react-native applications
2222

23-
You will need to follow the installation instruction from [react-native-screens](https://github.com/kmagiera/react-native-screens) first. After that, you can import the library like mentioned above and enjoy the optimization.
23+
You will need to follow the installation instruction from [react-native-screens](https://github.com/software-mansion/react-native-screens) first. After that, you can import the library like mentioned above and enjoy the optimization.

versioned_docs/version-4.x/upgrading-from-3.x.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ You don't need to upgrade the navigators to their latest version when upgrading
7070
7171
### Installing dependencies
7272

73-
The latest drawer and tabs depend on [`react-native-gesture-handler`](https://github.com/kmagiera/react-native-gesture-handler) and [`react-native-reanimated`](https://github.com/kmagiera/react-native-reanimated). If you already have these libraries installed and at the latest version, you are done here! Otherwise, read on for installation instructions for these dependencies.
73+
The latest drawer and tabs depend on [`react-native-gesture-handler`](https://github.com/software-mansion/react-native-gesture-handler) and [`react-native-reanimated`](https://github.com/software-mansion/react-native-reanimated). If you already have these libraries installed and at the latest version, you are done here! Otherwise, read on for installation instructions for these dependencies.
7474

7575
#### Installing dependencies into an Expo managed project
7676

0 commit comments

Comments
 (0)