mobile-voice commit

This commit is contained in:
Ryan Vogel 2026-03-28 13:30:21 -04:00
parent f276a8db42
commit cf79208055
64 changed files with 12375 additions and 0 deletions

View file

@ -0,0 +1,8 @@
const { getDefaultConfig } = require('expo/metro-config');
const config = getDefaultConfig(__dirname);
// Required for react-native-executorch model files
config.resolver.assetExts.push('pte', 'bin');
module.exports = config;