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

Possible to start without rootView #14

@guns2410

Description

@guns2410

Looking at the code, it seems that RNWorkers require bridge from the rootView.

It is possible to have another start function that accepts the bridge as the parameter. Possibly like:

- (void) startWorkersWithBridge: (RCTBridge *) bridge
{
  mainBridge = bridge;
  if([simulationEnabled boolValue] == YES){
    [self fillDictionaryWithMainBridge];
  }
}

My Objective C skills are not so good. So please excuse me if there seems to be something silly here 😬

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