diff --git a/packages/react-native/index.js b/packages/react-native/index.js index c737c93a6dc..08b63a4695a 100644 --- a/packages/react-native/index.js +++ b/packages/react-native/index.js @@ -86,14 +86,14 @@ module.exports = { /** * @deprecated SafeAreaView has been deprecated and will be removed in a future release. * Please use 'react-native-safe-area-context' instead. - * See https://github.com/th3rdwave/react-native-safe-area-context + * See https://github.com/AppAndFlow/react-native-safe-area-context */ get SafeAreaView() { warnOnce( 'safe-area-view-deprecated', 'SafeAreaView has been deprecated and will be removed in a future release. ' + "Please use 'react-native-safe-area-context' instead. " + - 'See https://github.com/th3rdwave/react-native-safe-area-context', + 'See https://github.com/AppAndFlow/react-native-safe-area-context', ); return require('./Libraries/Components/SafeAreaView/SafeAreaView').default; },