mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-02 22:40:22 +00:00
mobile-voice commit
This commit is contained in:
parent
f276a8db42
commit
cf79208055
64 changed files with 12375 additions and 0 deletions
7
packages/mobile-voice/babel.config.js
Normal file
7
packages/mobile-voice/babel.config.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
module.exports = function (api) {
|
||||
api.cache(true);
|
||||
return {
|
||||
presets: ['babel-preset-expo'],
|
||||
plugins: ['react-native-reanimated/plugin'],
|
||||
};
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue