From 33fab5dd1a03ba4a201220cb14938cfa59b12fa1 Mon Sep 17 00:00:00 2001 From: b3ni15 Date: Sat, 20 Dec 2025 23:48:36 +0100 Subject: [PATCH] feat: add @babel/runtime dependency in package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 99e4ad2..4a43483 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "web": "expo start --web" }, "dependencies": { + "@babel/runtime": "^7.25.6", "@react-native-async-storage/async-storage": "1.23.1", "@stripe/stripe-react-native": "0.38.3", "expo": "~51.0.0",