mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
react-native: fix broken link for AppRegistry. (#43068)
This commit is contained in:
2
types/react-native/index.d.ts
vendored
2
types/react-native/index.d.ts
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user