From f9a2be9b7d00d133a1c44f8bc53e04abfc367d64 Mon Sep 17 00:00:00 2001 From: Romin Halltari Date: Wed, 11 Mar 2020 19:58:09 +0100 Subject: [PATCH] react-native: fix broken link for AppRegistry. (#43068) --- types/react-native/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/react-native/index.d.ts b/types/react-native/index.d.ts index 10c022d8f8..b0a841adb5 100644 --- a/types/react-native/index.d.ts +++ b/types/react-native/index.d.ts @@ -462,7 +462,7 @@ export type AppConfig = { run?: Runnable; }; -// https://github.com/facebook/react-native/blob/master/Libraries/AppRegistry/AppRegistry.js +// https://github.com/facebook/react-native/blob/master/Libraries/ReactNative/AppRegistry.js /** * `AppRegistry` is the JS entry point to running all React Native apps. App * root components should register themselves with