fix link
Summary: fix link in comment Closes https://github.com/facebook/react-native/pull/8295 Differential Revision: D3469079 Pulled By: javache fbshipit-source-id: e4c4c3b8871bfac1ff49d5cb29305f96e30282b6
This commit is contained in:
parent
d9adeb9299
commit
3e4f16a2a6
|
@ -462,7 +462,7 @@ public class DevSupportManagerImpl implements DevSupportManager {
|
|||
}
|
||||
|
||||
/**
|
||||
* @return {@code true} if {@link ReactInstanceManager} should use downloaded JS bundle file
|
||||
* @return {@code true} if {@link com.facebook.react.ReactInstanceManager} should use downloaded JS bundle file
|
||||
* instead of using JS file from assets. This may happen when app has not been updated since
|
||||
* the last time we fetched the bundle.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue