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,7 @@
module.exports = function (api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
plugins: ['react-native-reanimated/plugin'],
};
};