Skip to content

Wrong android install instructions #2

@yogeverez

Description

@yogeverez

Open up android/app/src/main/java/[...]/MainActivity.java

should be:
Open up android/app/src/main/java/com/[...]/MainApplication.java

Add import com.reactlibrary.RNCloseAppPackage; to the imports at the top of the file

should be:
Add import com.jundat95.rncloseapp.RNCloseAppPackage;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions