Skip to content

Instantly share code, notes, and snippets.

View githubdoramon's full-sized avatar

Ramon "9Tails" Canales githubdoramon

View GitHub Profile
@githubdoramon
githubdoramon / BaseReactableActivity.class
Last active April 3, 2018 08:52
Example on how to use React Native as fragments in Android
public abstract class BaseReactableActivity extends BaseActivity {
protected ReactInstanceManager mReactInstanceManager;
private int OVERLAY_PERMISSION_REQ_CODE = 732;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);