Replace fburl.com link with public fb.me link

Summary:
Follow up from [this comment](1b22d49ae8 (commitcomment-25699227)).
Closes https://github.com/facebook/react-native/pull/16892

Differential Revision: D6374118

Pulled By: bvaughn

fbshipit-source-id: e692985d6736986acc073fa036d413121ce51f41
This commit is contained in:
Brian Vaughn 2017-11-20 13:39:48 -08:00 committed by Facebook Github Bot
parent 79e24ede40
commit c91d87213e

View File

@ -38,7 +38,7 @@ function renderApplication<Props: Object>(
// If the root component is async, the user probably wants the initial render
// to be async also. To do this, wrap AppContainer with an async marker.
// For more info see https://fburl.com/tjpe0gpx
// For more info see https://fb.me/is-component-async
if (
RootComponent.prototype != null &&
RootComponent.prototype.unstable_isAsyncReactComponent === true