diff options
Diffstat (limited to 'packages/mobile/babel.config.js')
| -rw-r--r-- | packages/mobile/babel.config.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/mobile/babel.config.js b/packages/mobile/babel.config.js new file mode 100644 index 00000000..f3c649bb --- /dev/null +++ b/packages/mobile/babel.config.js @@ -0,0 +1,9 @@ +module.exports = function (api) { + api.cache(true); + return { + presets: [ + ["babel-preset-expo", { jsxImportSource: "nativewind" }], + "nativewind/babel", + ], + }; +}; |
