mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Fix babel warning
This commit is contained in:
parent
25e4978583
commit
a27b4072be
@ -23,10 +23,9 @@ module.exports = function (api) {
|
|||||||
return {
|
return {
|
||||||
presets: ["babel-preset-expo"],
|
presets: ["babel-preset-expo"],
|
||||||
plugins: [
|
plugins: [
|
||||||
// NOTE: `expo-router/babel` is a temporary extension to `babel-preset-expo`.
|
|
||||||
require.resolve("expo-router/babel"),
|
|
||||||
"transform-inline-environment-variables",
|
"transform-inline-environment-variables",
|
||||||
"react-native-reanimated/plugin",
|
"react-native-reanimated/plugin",
|
||||||
|
"expo-router/babel",
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user