Skip to content

Commit

Permalink
Replace fburl.com link with public fb.me link
Browse files Browse the repository at this point in the history
Summary:
Follow up from [this comment](1b22d49#commitcomment-25699227).
Closes #16892

Differential Revision: D6374118

Pulled By: bvaughn

fbshipit-source-id: e692985d6736986acc073fa036d413121ce51f41
  • Loading branch information
bvaughn authored and facebook-github-bot committed Nov 20, 2017
1 parent 79e24ed commit c91d872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/ReactNative/renderApplication.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c91d872

Please sign in to comment.