Searched refs:RCTAllowModule (Results 1 – 2 of 2) sorted by relevance
7 @objc(RCTAllowModule)8 class RCTAllowModule: NSObject {} class22 let filteredModules = cxxBridge.filterModuleList([RCTAllowModule.self, NotAllowModule.self]) in spec()25 expect(filteredModules.first).to(be(RCTAllowModule.self)) in spec()
8 @objc(RCTAllowModule)9 class RCTAllowModule: NSObject {} class25 …let filteredModules = cxxBridge.filterModuleList([RCTAllowModule.self, NotAllowModule.self, ExpoBr… in spec()28 expect(filteredModules[0]).to(be(RCTAllowModule.self)) in spec()