Searched refs:NotAllowModule (Results 1 – 2 of 2) sorted by relevance
9 @objc(NotAllowModule)10 class NotAllowModule: NSObject {} class22 let filteredModules = cxxBridge.filterModuleList([RCTAllowModule.self, NotAllowModule.self]) in spec()
10 @objc(NotAllowModule)11 class NotAllowModule: NSObject {} class25 …let filteredModules = cxxBridge.filterModuleList([RCTAllowModule.self, NotAllowModule.self, ExpoBr… in spec()