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
This commit is contained in:
acton393
2021-06-02 06:40:24 -07:00
committed by Facebook GitHub Bot
parent 80feff1615
commit 33cd114056

View File

@@ -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: