mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 05:29:53 +00:00
mobile-voice commit
This commit is contained in:
parent
f276a8db42
commit
cf79208055
64 changed files with 12375 additions and 0 deletions
8
packages/mobile-voice/metro.config.js
Normal file
8
packages/mobile-voice/metro.config.js
Normal 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue