Skip to content

Commit 5f2835b

Browse files
philIipfacebook-github-bot
authored andcommitted
bump iOS 11.0 to 12.4 in BUCK
Summary: Changelog: [iOS][Deprecated] Deprecating support for iOS/tvOS SDK 11.0, 12.4+ is now required Reviewed By: fkgozali Differential Revision: D34559477 fbshipit-source-id: cc0dc22a4b5158732ee77c224f351634b9a98aed
1 parent 69e8d3d commit 5f2835b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_defs/oss/rn_defs.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ JNI_TARGET = "//ReactAndroid/src/main/jni/first-party/jni-hack:jni-hack"
6969
KEYSTORE_TARGET = "//keystores:debug"
7070

7171
# Minimum supported iOS version for RN
72-
REACT_NATIVE_TARGET_IOS_SDK = "11.0"
72+
REACT_NATIVE_TARGET_IOS_SDK = "12.4"
7373

7474
def get_apple_inspector_flags():
7575
return []

0 commit comments

Comments
 (0)