Skip to content

iOS crashes on launch (expo)Β #43

@ideopunk

Description

@ideopunk

I'm attempting to create a config plugin so that this library will work with Expo. However, on app launch I get this error:

DevLauncher tries to handle uncaught exception: rootViewController is not of type HomeIndicatorViewController as expected.

My AppDelegate.m didn't have UIViewController *rootViewController = [UIViewController new]; as a line to replace, it had UIViewController *rootViewController = [self.reactDelegate createRootViewController]; instead, so I replaced it. I suspect this has something to do with the problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions