Skip to content

Duplicate interface definition for class 'RCTBridge' #12

@wythe51

Description

@wythe51

Description

Can't build project due to the breaking change on 0.40 (See the link below).
facebook/react-native#11725

Solution

In RCTMultipeerConnectivity.h and RCTMultipeerConnectivity.m,
change codes like

#import "RCTBridgeModule.h"

into

#import <React/RCTBridgeModule.h>

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