1 // Copyright 2015-present 650 Industries. All rights reserved.
2 package host.exp.exponent.kernel
3 
4 import com.facebook.react.bridge.ReactContext
5 
6 class ExpoViewKernelModule(reactContext: ReactContext) : ExponentKernelModuleInterface {
7   override fun consumeEventQueue() {
8     // TODO
9   }
10 }
11