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>