react-native: fix broken link for AppRegistry. (#43068)

This commit is contained in:
Romin Halltari
2020-03-11 19:58:09 +01:00
committed by GitHub
parent a526399b9d
commit f9a2be9b7d

View File

@@ -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