From 33cd11405637d6cb942b7f7ed6d69c77b9f8c652 Mon Sep 17 00:00:00 2001 From: acton393 Date: Wed, 2 Jun 2021 06:40:24 -0700 Subject: [PATCH] update ios-native.mdx (#2348) Summary: as 0.74.0 or higher version deploy iOS is 10.0 or higher version ## Changelog Pull Request resolved: https://github.com/facebook/flipper/pull/2348 Reviewed By: nikoant Differential Revision: D28831107 Pulled By: passy fbshipit-source-id: 37763431f4ad39e3039358e7a0e1c031ac753ea7 --- docs/getting-started/ios-native.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/ios-native.mdx b/docs/getting-started/ios-native.mdx index ca864fcb6..8381804a9 100644 --- a/docs/getting-started/ios-native.mdx +++ b/docs/getting-started/ios-native.mdx @@ -20,7 +20,7 @@ project 'MyApp.xcodeproj' flipperkit_version = '0.88.0' target 'MyApp' do - platform :ios, '9.0' + platform :ios, '10.0' # It is likely that you'll only want to include Flipper in debug builds, # in which case you add the `:configuration` directive: