template_0205
This commit is contained in:
7
RN_TEMPLATE/babel.config.js
Normal file
7
RN_TEMPLATE/babel.config.js
Normal file
@@ -0,0 +1,7 @@
|
||||
/** @type {import('@babel/core').TransformOptions} */
|
||||
module.exports = function (api) {
|
||||
api.cache(true)
|
||||
return {
|
||||
presets: ["babel-preset-expo"],
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user