From bf140c1978fdd862e9bc2c9af304bfa7f6c797c3 Mon Sep 17 00:00:00 2001 From: Brent Vatne Date: Wed, 27 Mar 2024 18:08:51 -0700 Subject: [PATCH] fix: Remove log statement that breaks react-native-community autolinking config --- react-native.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/react-native.config.js b/react-native.config.js index 85f013d84..c441e7da5 100644 --- a/react-native.config.js +++ b/react-native.config.js @@ -19,13 +19,10 @@ const project = (() => { }, }); } catch (e) { - console.log('Hello?', e); return undefined; } })(); -// console.log(project); - module.exports = { dependencies: { // Help rn-cli find and autolink this library