mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 11:23:24 +00:00
fix: restore the expo router stuff that the autogenerated stuff undid
This commit is contained in:
@@ -2,5 +2,9 @@ module.exports = function (api) {
|
||||
api.cache(true);
|
||||
return {
|
||||
presets: ['babel-preset-expo'],
|
||||
plugins: [
|
||||
// Required for expo-router
|
||||
'expo-router/babel',
|
||||
],
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user