Skip to content

Commit e2b7c37

Browse files
Sahil VasujaSahil Vasuja
Sahil Vasuja
authored and
Sahil Vasuja
committed
update url in setup customizing-font icon
1 parent eee2ee8 commit e2b7c37

18 files changed

+18
-18
lines changed

docs/3.0.x/customizing-fonts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Follow 3 simple steps to add a custom font family.
77

88
### Loading fonts in Expo or React Native init project.
99

10-
[Refer this guide if you're using Expo](https://docs.expo.io/guides/using-custom-fonts/)
10+
[Refer this guide if you're using Expo](https://docs.expo.dev/guides/using-custom-fonts/)
1111

1212
[Refer this guide if you're using React Native init](https://aravindmnair.medium.com/add-custom-fonts-to-react-native-0-60-easily-in-3-steps-fcd71459f4c9)
1313

docs/3.0.x/icon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ We provide a set of commonly used interface icons which you can directly use in
2525

2626
```
2727

28-
Apart from the icons provided by [@expo/vector-icon](https://github.com/expo/vector-icons), you can also create custom icons using SVG. You can use all the components from [react-native-svg](https://github.com/react-native-svg/react-native-svg).
28+
Apart from the icons provided by [@expo/vector-icon](https://github.com/expo/vector-icons), you can also create custom icons using SVG. You can use all the components from [react-native-svg](https://github.com/software-mansion/react-native-svg).
2929

3030
### Custom Icon
3131

docs/3.0.x/setup-provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export default ({ children, theme }: any) => {
9393

9494
## Add external dependencies (Optional)
9595

96-
If you want to use the [Gradient feature in Box](box#with-linear-gradient),it has to pass linear gradient dependency as a config object in NativeBaseProvider. This dependency can be either from [expo-linear-gradient](https://docs.expo.io/versions/latest/sdk/linear-gradient/) or [react-native-linear-gradient](https://www.npmjs.com/package/react-native-linear-gradient).
96+
If you want to use the [Gradient feature in Box](box#with-linear-gradient),it has to pass linear gradient dependency as a config object in NativeBaseProvider. This dependency can be either from [expo-linear-gradient](https://docs.expo.dev/versions/latest/sdk/linear-gradient/) or [react-native-linear-gradient](https://www.npmjs.com/package/react-native-linear-gradient).
9797

9898
```jsx
9999
import React from 'react';

docs/3.1.x/customizing-fonts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Follow 3 simple steps to add a custom font family.
77

88
### Loading fonts in Expo or React Native init project.
99

10-
[Refer this guide if you're using Expo](https://docs.expo.io/guides/using-custom-fonts/)
10+
[Refer this guide if you're using Expo](https://docs.expo.dev/guides/using-custom-fonts/)
1111

1212
[Refer this guide if you're using React Native init](https://aravindmnair.medium.com/add-custom-fonts-to-react-native-0-60-easily-in-3-steps-fcd71459f4c9)
1313

docs/3.1.x/icon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ We provide a set of commonly used interface icons which you can directly use in
2525

2626
```
2727

28-
Apart from the icons provided by [@expo/vector-icon](https://github.com/expo/vector-icons), you can also create custom icons using SVG. You can use all the components from [react-native-svg](https://github.com/react-native-svg/react-native-svg).
28+
Apart from the icons provided by [@expo/vector-icon](https://github.com/expo/vector-icons), you can also create custom icons using SVG. You can use all the components from [react-native-svg](https://github.com/software-mansion/react-native-svg).
2929

3030
### Custom Icon
3131

docs/3.1.x/setup-provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export default ({ children, theme }: any) => {
9393

9494
## Add external dependencies (Optional)
9595

96-
If you want to use the [Gradient feature in Box](box#with-linear-gradient),it has to pass linear gradient dependency as a config object in NativeBaseProvider. This dependency can be either from [expo-linear-gradient](https://docs.expo.io/versions/latest/sdk/linear-gradient/) or [react-native-linear-gradient](https://www.npmjs.com/package/react-native-linear-gradient).
96+
If you want to use the [Gradient feature in Box](box#with-linear-gradient),it has to pass linear gradient dependency as a config object in NativeBaseProvider. This dependency can be either from [expo-linear-gradient](https://docs.expo.dev/versions/latest/sdk/linear-gradient/) or [react-native-linear-gradient](https://www.npmjs.com/package/react-native-linear-gradient).
9797

9898
```jsx
9999
import React from 'react';

docs/3.2.x/customizing-fonts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Follow 3 simple steps to add a custom font family.
77

88
### Loading fonts in Expo or React Native init project.
99

10-
[Refer this guide if you're using Expo](https://docs.expo.io/guides/using-custom-fonts/)
10+
[Refer this guide if you're using Expo](https://docs.expo.dev/guides/using-custom-fonts/)
1111

1212
[Refer this guide if you're using React Native init](https://aravindmnair.medium.com/add-custom-fonts-to-react-native-0-60-easily-in-3-steps-fcd71459f4c9)
1313

docs/3.2.x/icon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can use icons in multiple ways in NativeBase:
1717

1818
```
1919

20-
Apart from the icons provided by [@expo/vector-icon](https://github.com/expo/vector-icons), you can also create custom icons using SVG. You can use all the components from [react-native-svg](https://github.com/react-native-svg/react-native-svg).
20+
Apart from the icons provided by [@expo/vector-icon](https://github.com/expo/vector-icons), you can also create custom icons using SVG. You can use all the components from [react-native-svg](https://github.com/software-mansion/react-native-svg).
2121

2222
### NativeBase Icons
2323

docs/3.2.x/setup-provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export default ({ children, theme }: any) => {
9393

9494
## Add external dependencies (Optional)
9595

96-
If you want to use the [Gradient feature in Box](box#with-linear-gradient),it has to pass linear gradient dependency as a config object in NativeBaseProvider. This dependency can be either from [expo-linear-gradient](https://docs.expo.io/versions/latest/sdk/linear-gradient/) or [react-native-linear-gradient](https://www.npmjs.com/package/react-native-linear-gradient).
96+
If you want to use the [Gradient feature in Box](box#with-linear-gradient),it has to pass linear gradient dependency as a config object in NativeBaseProvider. This dependency can be either from [expo-linear-gradient](https://docs.expo.dev/versions/latest/sdk/linear-gradient/) or [react-native-linear-gradient](https://www.npmjs.com/package/react-native-linear-gradient).
9797

9898
```jsx
9999
import React from 'react';

docs/3.3.x/customizing-fonts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Follow 3 simple steps to add a custom font family.
77

88
### Loading fonts in Expo or React Native init project.
99

10-
[Refer this guide if you're using Expo](https://docs.expo.io/guides/using-custom-fonts/)
10+
[Refer this guide if you're using Expo](https://docs.expo.dev/guides/using-custom-fonts/)
1111

1212
[Refer this guide if you're using React Native init](https://aravindmnair.medium.com/add-custom-fonts-to-react-native-0-60-easily-in-3-steps-fcd71459f4c9)
1313

docs/3.3.x/icon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const Example = () => {
3333

3434
```
3535

36-
Apart from the icons provided by [@expo/vector-icon](https://github.com/expo/vector-icons), you can also create custom icons using SVG. You can use all the components from [react-native-svg](https://github.com/react-native-svg/react-native-svg).
36+
Apart from the icons provided by [@expo/vector-icon](https://github.com/expo/vector-icons), you can also create custom icons using SVG. You can use all the components from [react-native-svg](https://github.com/software-mansion/react-native-svg).
3737

3838
### NativeBase Icons
3939

docs/3.3.x/setup-provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export default ({ children, theme }: any) => {
9393

9494
## Add external dependencies (Optional)
9595

96-
If you want to use the [Gradient feature in Box](box#with-linear-gradient),it has to pass linear gradient dependency as a config object in NativeBaseProvider. This dependency can be either from [expo-linear-gradient](https://docs.expo.io/versions/latest/sdk/linear-gradient/) or [react-native-linear-gradient](https://www.npmjs.com/package/react-native-linear-gradient).
96+
If you want to use the [Gradient feature in Box](box#with-linear-gradient),it has to pass linear gradient dependency as a config object in NativeBaseProvider. This dependency can be either from [expo-linear-gradient](https://docs.expo.dev/versions/latest/sdk/linear-gradient/) or [react-native-linear-gradient](https://www.npmjs.com/package/react-native-linear-gradient).
9797
```jsx
9898
import React from 'react';
9999
import { NativeBaseProvider } from 'native-base';

docs/3.4.x/customizing-fonts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Follow 3 simple steps to add a custom font family.
77

88
### Loading fonts in Expo or React Native init project.
99

10-
[Refer this guide if you're using Expo](https://docs.expo.io/guides/using-custom-fonts/)
10+
[Refer this guide if you're using Expo](https://docs.expo.dev/guides/using-custom-fonts/)
1111

1212
[Refer this guide if you're using React Native init](https://aravindmnair.medium.com/add-custom-fonts-to-react-native-0-60-easily-in-3-steps-fcd71459f4c9)
1313

docs/3.4.x/icon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const Example = () => {
3333

3434
```
3535

36-
Apart from the icons provided by [@expo/vector-icon](https://github.com/expo/vector-icons), you can also create custom icons using SVG. You can use all the components from [react-native-svg](https://github.com/react-native-svg/react-native-svg).
36+
Apart from the icons provided by [@expo/vector-icon](https://github.com/expo/vector-icons), you can also create custom icons using SVG. You can use all the components from [react-native-svg](https://github.com/software-mansion/react-native-svg).
3737

3838
### NativeBase Icons
3939

docs/3.4.x/setup-provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export default ({ children, theme }: any) => {
9393

9494
## Add external dependencies (Optional)
9595

96-
If you want to use the [Gradient feature in Box](box#with-linear-gradient),it has to pass linear gradient dependency as a config object in NativeBaseProvider. This dependency can be either from [expo-linear-gradient](https://docs.expo.io/versions/latest/sdk/linear-gradient/) or [react-native-linear-gradient](https://www.npmjs.com/package/react-native-linear-gradient).
96+
If you want to use the [Gradient feature in Box](box#with-linear-gradient),it has to pass linear gradient dependency as a config object in NativeBaseProvider. This dependency can be either from [expo-linear-gradient](https://docs.expo.dev/versions/latest/sdk/linear-gradient/) or [react-native-linear-gradient](https://www.npmjs.com/package/react-native-linear-gradient).
9797

9898
```jsx
9999
import React from "react";

docs/next/customizing-fonts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Follow 3 simple steps to add a custom font family.
77

88
### Loading fonts in Expo or React Native init project.
99

10-
[Refer this guide if you're using Expo](https://docs.expo.io/guides/using-custom-fonts/)
10+
[Refer this guide if you're using Expo](https://docs.expo.dev/guides/using-custom-fonts/)
1111

1212
[Refer this guide if you're using React Native init](https://aravindmnair.medium.com/add-custom-fonts-to-react-native-0-60-easily-in-3-steps-fcd71459f4c9)
1313

docs/next/icon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const Example = () => {
3333

3434
```
3535

36-
Apart from the icons provided by [@expo/vector-icon](https://github.com/expo/vector-icons), you can also create custom icons using SVG. You can use all the components from [react-native-svg](https://github.com/react-native-svg/react-native-svg).
36+
Apart from the icons provided by [@expo/vector-icon](https://github.com/expo/vector-icons), you can also create custom icons using SVG. You can use all the components from [react-native-svg](https://github.com/software-mansion/react-native-svg).
3737

3838
### NativeBase Icons
3939

docs/next/setup-provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export default ({ children, theme }: any) => {
9393

9494
## Add external dependencies (Optional)
9595

96-
If you want to use the [Gradient feature in Box](box#with-linear-gradient),it has to pass linear gradient dependency as a config object in NativeBaseProvider. This dependency can be either from [expo-linear-gradient](https://docs.expo.io/versions/latest/sdk/linear-gradient/) or [react-native-linear-gradient](https://www.npmjs.com/package/react-native-linear-gradient).
96+
If you want to use the [Gradient feature in Box](box#with-linear-gradient),it has to pass linear gradient dependency as a config object in NativeBaseProvider. This dependency can be either from [expo-linear-gradient](https://docs.expo.dev/versions/latest/sdk/linear-gradient/) or [react-native-linear-gradient](https://www.npmjs.com/package/react-native-linear-gradient).
9797

9898
```jsx
9999
import React from "react";

0 commit comments

Comments
 (0)