Looks like class
com.facebook.react.bridge.JSIModulePackage
was removed starting from react-native version 0.75.0-rc.0 some 7 month ago. As far as i understand it was replaced with
com.facebook.react.ReactPackage
corresponding changes to
com.nozbe.watermelondb.jsi.WatermelonDBJSIPackage
where made in v0.28.0-1 2 month ago so, in theory, wmDb v0.28.0 must be compatible with the latest react native, but it is not clear when it happens.
I wish i new that 2 days ago.