From 3616e1aa7c1da030f5155e4fffa5c3c0b9769e8c Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sun, 10 Mar 2024 22:22:29 +0000 Subject: prep: Setup expo router --- babel.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'babel.config.js') diff --git a/babel.config.js b/babel.config.js index 48813193..13eb4f7a 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,7 +1,7 @@ module.exports = function(api) { api.cache(true); return { - presets: ['babel-preset-expo'], + presets: ["babel-preset-expo"], plugins: ["nativewind/babel"], }; }; -- cgit v1.2.3-70-g09d2