From e819feb2a15ee9e9335b96ef64ebe346eb8194f9 Mon Sep 17 00:00:00 2001 From: Jonathan Norris Date: Wed, 25 Oct 2023 12:00:04 -0400 Subject: [PATCH] fix: prettier format --- examples/react/react-native-app/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/react/react-native-app/package.json b/examples/react/react-native-app/package.json index 2a1c4e277..289d97e4f 100644 --- a/examples/react/react-native-app/package.json +++ b/examples/react/react-native-app/package.json @@ -25,7 +25,8 @@ "react-native-svg": "*", "reflect-metadata": "*", "ua-parser-js": "*", - "uuid": "*" + "uuid": "*", + "@react-native/metro-config": "*" }, "devDependencies": { "@babel/plugin-proposal-decorators": "*"