Skip to content

Conversation

AthanasiosKoumpouras
Copy link

@AthanasiosKoumpouras AthanasiosKoumpouras commented Jun 1, 2017

This is the constructor.

    public RCTSplashScreenPackage(Activity activity, boolean translucent) {
        super();
        this.activity = activity;
        this.translucent = translucent;
    }

react-native run-android was failing because of that.

@wladpaiva
Copy link

Thanks @AthanasiosKoumpouras

@CLAassistant
Copy link

CLAassistant commented Jul 11, 2019

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Thanos seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@Jonesricky22
Copy link

This is the constructor.

    public RCTSplashScreenPackage(Activity activity, boolean translucent) {
        super();
        this.activity = activity;
        this.translucent = translucent;
    }

react-native run-android was failing because of that.

AthanasiosKoumpouras:fix/spashscreen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants