You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 26, 2019. It is now read-only.
please see below my MainActivity.java
there is nothing where i can add .addPackage(new ChromeCustomTabsPackage(this)) // <-- Register
i am stuck here please help
package com.koenig.student;
import com.facebook.react.ReactActivity;
import android.content.Intent;
public class MainActivity extends ReactActivity {
/**
* Returns the name of the main component registered from JavaScript.
* This is used to schedule rendering of the component.
*/
@Override
public void onNewIntent (Intent intent) {
super.onNewIntent(intent);
setIntent(intent);
}
@Override
protected String getMainComponentName() {
return "Koenig";
}
}
The text was updated successfully, but these errors were encountered:
please see below my MainActivity.java
there is nothing where i can add .addPackage(new ChromeCustomTabsPackage(this)) // <-- Register
i am stuck here please help
The text was updated successfully, but these errors were encountered: