From e2b7c3729f6d602f5b51947ada2fc2e8efa6a05c Mon Sep 17 00:00:00 2001 From: Sahil Vasuja Date: Fri, 2 Dec 2022 16:31:56 +0530 Subject: [PATCH 1/2] update url in setup customizing-font icon --- docs/3.0.x/customizing-fonts.md | 2 +- docs/3.0.x/icon.md | 2 +- docs/3.0.x/setup-provider.md | 2 +- docs/3.1.x/customizing-fonts.md | 2 +- docs/3.1.x/icon.md | 2 +- docs/3.1.x/setup-provider.md | 2 +- docs/3.2.x/customizing-fonts.md | 2 +- docs/3.2.x/icon.md | 2 +- docs/3.2.x/setup-provider.md | 2 +- docs/3.3.x/customizing-fonts.md | 2 +- docs/3.3.x/icon.md | 2 +- docs/3.3.x/setup-provider.md | 2 +- docs/3.4.x/customizing-fonts.md | 2 +- docs/3.4.x/icon.md | 2 +- docs/3.4.x/setup-provider.md | 2 +- docs/next/customizing-fonts.md | 2 +- docs/next/icon.md | 2 +- docs/next/setup-provider.md | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/docs/3.0.x/customizing-fonts.md b/docs/3.0.x/customizing-fonts.md index 5159a2add..69499ef9a 100644 --- a/docs/3.0.x/customizing-fonts.md +++ b/docs/3.0.x/customizing-fonts.md @@ -7,7 +7,7 @@ Follow 3 simple steps to add a custom font family. ### Loading fonts in Expo or React Native init project. -[Refer this guide if you're using Expo](https://docs.expo.io/guides/using-custom-fonts/) +[Refer this guide if you're using Expo](https://docs.expo.dev/guides/using-custom-fonts/) [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) diff --git a/docs/3.0.x/icon.md b/docs/3.0.x/icon.md index 925dfa107..89c657ca2 100644 --- a/docs/3.0.x/icon.md +++ b/docs/3.0.x/icon.md @@ -25,7 +25,7 @@ We provide a set of commonly used interface icons which you can directly use in ``` -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). +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). ### Custom Icon diff --git a/docs/3.0.x/setup-provider.md b/docs/3.0.x/setup-provider.md index 2e6a09db5..2b73d8805 100644 --- a/docs/3.0.x/setup-provider.md +++ b/docs/3.0.x/setup-provider.md @@ -93,7 +93,7 @@ export default ({ children, theme }: any) => { ## Add external dependencies (Optional) -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). +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). ```jsx import React from 'react'; diff --git a/docs/3.1.x/customizing-fonts.md b/docs/3.1.x/customizing-fonts.md index 1e6fe1dc0..f280bc8ab 100644 --- a/docs/3.1.x/customizing-fonts.md +++ b/docs/3.1.x/customizing-fonts.md @@ -7,7 +7,7 @@ Follow 3 simple steps to add a custom font family. ### Loading fonts in Expo or React Native init project. -[Refer this guide if you're using Expo](https://docs.expo.io/guides/using-custom-fonts/) +[Refer this guide if you're using Expo](https://docs.expo.dev/guides/using-custom-fonts/) [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) diff --git a/docs/3.1.x/icon.md b/docs/3.1.x/icon.md index 925dfa107..89c657ca2 100644 --- a/docs/3.1.x/icon.md +++ b/docs/3.1.x/icon.md @@ -25,7 +25,7 @@ We provide a set of commonly used interface icons which you can directly use in ``` -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). +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). ### Custom Icon diff --git a/docs/3.1.x/setup-provider.md b/docs/3.1.x/setup-provider.md index 1e4230177..2de74acf8 100644 --- a/docs/3.1.x/setup-provider.md +++ b/docs/3.1.x/setup-provider.md @@ -93,7 +93,7 @@ export default ({ children, theme }: any) => { ## Add external dependencies (Optional) -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). +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). ```jsx import React from 'react'; diff --git a/docs/3.2.x/customizing-fonts.md b/docs/3.2.x/customizing-fonts.md index 1e6fe1dc0..f280bc8ab 100644 --- a/docs/3.2.x/customizing-fonts.md +++ b/docs/3.2.x/customizing-fonts.md @@ -7,7 +7,7 @@ Follow 3 simple steps to add a custom font family. ### Loading fonts in Expo or React Native init project. -[Refer this guide if you're using Expo](https://docs.expo.io/guides/using-custom-fonts/) +[Refer this guide if you're using Expo](https://docs.expo.dev/guides/using-custom-fonts/) [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) diff --git a/docs/3.2.x/icon.md b/docs/3.2.x/icon.md index 1047c10bd..c84381c24 100644 --- a/docs/3.2.x/icon.md +++ b/docs/3.2.x/icon.md @@ -17,7 +17,7 @@ You can use icons in multiple ways in NativeBase: ``` -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). +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). ### NativeBase Icons diff --git a/docs/3.2.x/setup-provider.md b/docs/3.2.x/setup-provider.md index 2e6a09db5..2b73d8805 100644 --- a/docs/3.2.x/setup-provider.md +++ b/docs/3.2.x/setup-provider.md @@ -93,7 +93,7 @@ export default ({ children, theme }: any) => { ## Add external dependencies (Optional) -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). +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). ```jsx import React from 'react'; diff --git a/docs/3.3.x/customizing-fonts.md b/docs/3.3.x/customizing-fonts.md index 1e6fe1dc0..f280bc8ab 100644 --- a/docs/3.3.x/customizing-fonts.md +++ b/docs/3.3.x/customizing-fonts.md @@ -7,7 +7,7 @@ Follow 3 simple steps to add a custom font family. ### Loading fonts in Expo or React Native init project. -[Refer this guide if you're using Expo](https://docs.expo.io/guides/using-custom-fonts/) +[Refer this guide if you're using Expo](https://docs.expo.dev/guides/using-custom-fonts/) [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) diff --git a/docs/3.3.x/icon.md b/docs/3.3.x/icon.md index 780c05065..196961782 100644 --- a/docs/3.3.x/icon.md +++ b/docs/3.3.x/icon.md @@ -33,7 +33,7 @@ export const Example = () => { ``` -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). +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). ### NativeBase Icons diff --git a/docs/3.3.x/setup-provider.md b/docs/3.3.x/setup-provider.md index 58334f55b..4e5410e7c 100644 --- a/docs/3.3.x/setup-provider.md +++ b/docs/3.3.x/setup-provider.md @@ -93,7 +93,7 @@ export default ({ children, theme }: any) => { ## Add external dependencies (Optional) -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). +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). ```jsx import React from 'react'; import { NativeBaseProvider } from 'native-base'; diff --git a/docs/3.4.x/customizing-fonts.md b/docs/3.4.x/customizing-fonts.md index 31c84a26e..7e81cd178 100644 --- a/docs/3.4.x/customizing-fonts.md +++ b/docs/3.4.x/customizing-fonts.md @@ -7,7 +7,7 @@ Follow 3 simple steps to add a custom font family. ### Loading fonts in Expo or React Native init project. -[Refer this guide if you're using Expo](https://docs.expo.io/guides/using-custom-fonts/) +[Refer this guide if you're using Expo](https://docs.expo.dev/guides/using-custom-fonts/) [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) diff --git a/docs/3.4.x/icon.md b/docs/3.4.x/icon.md index 780c05065..196961782 100644 --- a/docs/3.4.x/icon.md +++ b/docs/3.4.x/icon.md @@ -33,7 +33,7 @@ export const Example = () => { ``` -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). +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). ### NativeBase Icons diff --git a/docs/3.4.x/setup-provider.md b/docs/3.4.x/setup-provider.md index c5b09bdf2..775b1ab96 100644 --- a/docs/3.4.x/setup-provider.md +++ b/docs/3.4.x/setup-provider.md @@ -93,7 +93,7 @@ export default ({ children, theme }: any) => { ## Add external dependencies (Optional) -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). +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). ```jsx import React from "react"; diff --git a/docs/next/customizing-fonts.md b/docs/next/customizing-fonts.md index 31c84a26e..7e81cd178 100644 --- a/docs/next/customizing-fonts.md +++ b/docs/next/customizing-fonts.md @@ -7,7 +7,7 @@ Follow 3 simple steps to add a custom font family. ### Loading fonts in Expo or React Native init project. -[Refer this guide if you're using Expo](https://docs.expo.io/guides/using-custom-fonts/) +[Refer this guide if you're using Expo](https://docs.expo.dev/guides/using-custom-fonts/) [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) diff --git a/docs/next/icon.md b/docs/next/icon.md index 780c05065..196961782 100644 --- a/docs/next/icon.md +++ b/docs/next/icon.md @@ -33,7 +33,7 @@ export const Example = () => { ``` -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). +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). ### NativeBase Icons diff --git a/docs/next/setup-provider.md b/docs/next/setup-provider.md index c5b09bdf2..775b1ab96 100644 --- a/docs/next/setup-provider.md +++ b/docs/next/setup-provider.md @@ -93,7 +93,7 @@ export default ({ children, theme }: any) => { ## Add external dependencies (Optional) -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). +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). ```jsx import React from "react"; From 91bf79075e0096139cd323a3b757965c8ea34d3d Mon Sep 17 00:00:00 2001 From: Sahil Vasuja Date: Fri, 2 Dec 2022 16:39:59 +0530 Subject: [PATCH 2/2] update url in modal & config-next-adapter --- docs/3.0.x/modal.md | 2 +- docs/3.1.x/modal.md | 2 +- docs/3.2.x/modal.md | 2 +- docs/3.3.x/modal.md | 2 +- docs/3.4.x/config-next-adapter.md | 2 +- docs/3.4.x/modal.md | 2 +- docs/next/config-next-adapter.md | 2 +- docs/next/modal.md | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/3.0.x/modal.md b/docs/3.0.x/modal.md index bd3a97962..b55875ac0 100644 --- a/docs/3.0.x/modal.md +++ b/docs/3.0.x/modal.md @@ -66,7 +66,7 @@ If you want a specifically aligned Modal, pass `justifyContent` and `alignItems` ## Accessibility -Uses React Native ARIA [@react-native-aria/focus](https://react-native-aria.geekyants.com/docs/FocusScope) which follows the [Dialog Modal WAI-ARIA design pattern](https://www.w3.org/WAI/ARIA/apg/#dialog_modal). +Uses React Native ARIA [@react-native-aria/focus](https://react-native-aria.geekyants.com/) which follows the [Dialog Modal WAI-ARIA design pattern](https://www.w3.org/WAI/ARIA/apg/#dialog_modal). ### Keyboard Interactions diff --git a/docs/3.1.x/modal.md b/docs/3.1.x/modal.md index 67ca6d581..713a80240 100644 --- a/docs/3.1.x/modal.md +++ b/docs/3.1.x/modal.md @@ -66,7 +66,7 @@ If you want a specifically aligned Modal, pass `justifyContent` and `alignItems` ## Accessibility -Uses React Native ARIA [@react-native-aria/focus](https://react-native-aria.geekyants.com/docs/FocusScope) which follows the [Dialog Modal WAI-ARIA design pattern](https://www.w3.org/WAI/ARIA/apg/#dialog_modal). +Uses React Native ARIA [@react-native-aria/focus](https://react-native-aria.geekyants.com/) which follows the [Dialog Modal WAI-ARIA design pattern](https://www.w3.org/WAI/ARIA/apg/#dialog_modal). ### Keyboard Interactions diff --git a/docs/3.2.x/modal.md b/docs/3.2.x/modal.md index 28fce488a..44e11d4fe 100644 --- a/docs/3.2.x/modal.md +++ b/docs/3.2.x/modal.md @@ -78,7 +78,7 @@ If you want a specifically aligned Modal, pass `justifyContent` and `alignItems` ## Accessibility -Uses React Native ARIA [@react-native-aria/focus](https://react-native-aria.geekyants.com/docs/FocusScope) which follows the [Dialog Modal WAI-ARIA design pattern](https://www.w3.org/WAI/ARIA/apg/#dialog_modal). +Uses React Native ARIA [@react-native-aria/focus](https://react-native-aria.geekyants.com/) which follows the [Dialog Modal WAI-ARIA design pattern](https://www.w3.org/WAI/ARIA/apg/#dialog_modal). ### Keyboard Interactions diff --git a/docs/3.3.x/modal.md b/docs/3.3.x/modal.md index c664426fd..fa5ffa7e4 100644 --- a/docs/3.3.x/modal.md +++ b/docs/3.3.x/modal.md @@ -132,7 +132,7 @@ If you want a specifically aligned Modal, pass `justifyContent` and `alignItems` ## Accessibility -Uses React Native ARIA [@react-native-aria/focus](https://react-native-aria.geekyants.com/docs/FocusScope) which follows the [Dialog Modal WAI-ARIA design pattern](https://www.w3.org/WAI/ARIA/apg/#dialog_modal). +Uses React Native ARIA [@react-native-aria/focus](https://react-native-aria.geekyants.com/) which follows the [Dialog Modal WAI-ARIA design pattern](https://www.w3.org/WAI/ARIA/apg/#dialog_modal). ### Keyboard Interactions diff --git a/docs/3.4.x/config-next-adapter.md b/docs/3.4.x/config-next-adapter.md index 1183b8154..07b02de8c 100644 --- a/docs/3.4.x/config-next-adapter.md +++ b/docs/3.4.x/config-next-adapter.md @@ -58,7 +58,7 @@ module.exports = withNativebase({ ## Phase -If the plugin should only be applied in specific phases, you can specify them here. You can use all phases [next.js provides](https://github.com/vercel/next.js/blob/canary/packages/next/shared/lib/constants.ts#L20-L22). +If the plugin should only be applied in specific phases, you can specify them here. You can use all phases [next.js provides](https://nextjs.org/docs/basic-features/pages). ```jsx const { withNativebase } = require("@native-base/next-adapter"); diff --git a/docs/3.4.x/modal.md b/docs/3.4.x/modal.md index 321832e5b..00f968b5f 100644 --- a/docs/3.4.x/modal.md +++ b/docs/3.4.x/modal.md @@ -132,7 +132,7 @@ If you want a specifically aligned Modal, pass `justifyContent` and `alignItems` ## Accessibility -Uses React Native ARIA [@react-native-aria/focus](https://react-native-aria.geekyants.com/docs/FocusScope) which follows the [Dialog Modal WAI-ARIA design pattern](https://www.w3.org/WAI/ARIA/apg/#dialog_modal). +Uses React Native ARIA [@react-native-aria/focus](https://react-native-aria.geekyants.com/) which follows the [Dialog Modal WAI-ARIA design pattern](https://www.w3.org/WAI/ARIA/apg/#dialog_modal). ### Keyboard Interactions diff --git a/docs/next/config-next-adapter.md b/docs/next/config-next-adapter.md index 1183b8154..07b02de8c 100644 --- a/docs/next/config-next-adapter.md +++ b/docs/next/config-next-adapter.md @@ -58,7 +58,7 @@ module.exports = withNativebase({ ## Phase -If the plugin should only be applied in specific phases, you can specify them here. You can use all phases [next.js provides](https://github.com/vercel/next.js/blob/canary/packages/next/shared/lib/constants.ts#L20-L22). +If the plugin should only be applied in specific phases, you can specify them here. You can use all phases [next.js provides](https://nextjs.org/docs/basic-features/pages). ```jsx const { withNativebase } = require("@native-base/next-adapter"); diff --git a/docs/next/modal.md b/docs/next/modal.md index 321832e5b..00f968b5f 100644 --- a/docs/next/modal.md +++ b/docs/next/modal.md @@ -132,7 +132,7 @@ If you want a specifically aligned Modal, pass `justifyContent` and `alignItems` ## Accessibility -Uses React Native ARIA [@react-native-aria/focus](https://react-native-aria.geekyants.com/docs/FocusScope) which follows the [Dialog Modal WAI-ARIA design pattern](https://www.w3.org/WAI/ARIA/apg/#dialog_modal). +Uses React Native ARIA [@react-native-aria/focus](https://react-native-aria.geekyants.com/) which follows the [Dialog Modal WAI-ARIA design pattern](https://www.w3.org/WAI/ARIA/apg/#dialog_modal). ### Keyboard Interactions