add oss-based fb activity and host classes

Reviewed By: andreicoman11

Differential Revision: D3655436

fbshipit-source-id: 3ca6535cd819171867c79f5e9801d9013676a80f
This commit is contained in:
Felix Oghina 2016-08-15 09:32:07 -07:00 committed by Facebook Github Bot 6
parent f7a22bc33c
commit 5ee70415bc
1 changed files with 4 additions and 0 deletions

View File

@ -90,6 +90,10 @@ public abstract class ReactNativeHost {
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.