Skip to content

Commit

Permalink
add oss-based fb activity and host classes
Browse files Browse the repository at this point in the history
Reviewed By: andreicoman11

Differential Revision: D3655436

fbshipit-source-id: 3ca6535cd819171867c79f5e9801d9013676a80f
  • Loading branch information
foghina authored and Facebook Github Bot 6 committed Aug 15, 2016
1 parent f7a22bc commit 5ee7041
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ protected ReactInstanceManager createReactInstanceManager() {
return null;
}

protected final Application getApplication() {
return mApplication;
}

/**
* Get the {@link UIImplementationProvider} to use. Override this method if you want to use a
* custom UI implementation.
Expand Down

0 comments on commit 5ee7041

Please sign in to comment.