fix: restore the expo router stuff that the autogenerated stuff undid

This commit is contained in:
castdrian
2024-01-15 08:43:44 +01:00
parent 9f4cb15eba
commit 314e739af5
11 changed files with 671 additions and 1246 deletions

View File

@@ -2,5 +2,9 @@ module.exports = function (api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
plugins: [
// Required for expo-router
'expo-router/babel',
],
};
};