Error in expo-modules-core after Expo Eject

Please provide the following:

  1. SDK Version: 44
  2. Platforms(Android/iOS/web/all): iOS
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

Getting this error after building using XCode and with expo run:ios. The error shows that the problem is in CommonData.swift in the ExpoModulesCore pod from expo-modules-core

  20 |   public init(viewModule: ViewModuleWrapper, managerClass: ViewModuleWrapper.Type, bridge: RCTBridge) {
  21 |     self.moduleHolder = viewModule.wrappedModuleHolder
> 22 |     super.init(managerClass: managerClass, bridge: bridge, eventDispatcher: bridge.eventDispatcher())
     |                                                                                    ^ extra argument 'eventDispatcher' in call
  23 |   }
  24 | 
  25 |   // MARK: RCTComponentData

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.