From 29454f1c74b0eaf4be63fa8686e72ccbf33371cc Mon Sep 17 00:00:00 2001 From: HNgocL Date: Thu, 11 Mar 2021 00:34:41 +0700 Subject: [PATCH] fix flipper IOS --- package.json | 2 +- template/ios/Podfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cc4f423f..5befca9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rn-boiler-template", - "version": "1.63.7", + "version": "1.63.8", "description": "Clean and minimalist React Native template for a quick start with TypeScript and components", "scripts": { "test": "exit 0" diff --git a/template/ios/Podfile b/template/ios/Podfile index 6e1ebd61..3a370df8 100644 --- a/template/ios/Podfile +++ b/template/ios/Podfile @@ -17,7 +17,7 @@ target 'HelloWorld' do # # Note that if you have use_frameworks! enabled, Flipper will not work and # you should disable these next few lines. - use_flipper! + use_flipper!({ 'Flipper-Folly' => '2.3.0' }) post_install do |installer| flipper_post_install(installer) end