From 5a07aee7f492f6b7427b3620fdf6a496e24b8539 Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Tue, 22 Nov 2022 21:38:54 +1300 Subject: [PATCH] Ran prettier on react-native.config.js --- react-native.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native.config.js b/react-native.config.js index 84f83f0..9e20fe3 100644 --- a/react-native.config.js +++ b/react-native.config.js @@ -1,5 +1,5 @@ module.exports = { dependencies: { 'react-native-vector-icons': {platforms: {ios: null}}, - } + }, }