Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

Include missing parameter for constructor#14

Open
AthanasiosKoumpouras wants to merge 1 commit into
invertase:masterfrom
AthanasiosKoumpouras:fix/spashscreen
Open

Include missing parameter for constructor#14
AthanasiosKoumpouras wants to merge 1 commit into
invertase:masterfrom
AthanasiosKoumpouras:fix/spashscreen

Conversation

@AthanasiosKoumpouras
Copy link
Copy Markdown

@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
Copy Markdown

Thanks @AthanasiosKoumpouras

@CLAassistant
Copy link
Copy Markdown

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
Copy Markdown

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants