I am getting an error from react native maps when I try to build my app apk version on the eas server. this is the complete log
Exporting server
λ Bundling failed 8070ms node_modules/expo-router/build/static/getServerManifest.js (1047 modules)
Error: Importing native-only module "react-native/Libraries/Utilities/codegenNativeCommands" on web from: /home/expo/workingdir/build/node_modules/react-native-maps/lib/MapMarkerNativeComponent.js
according to the error I'm trying to import a native only module on web but I'm currently building for mobile.