Skip to content

Commit

Permalink
bump iOS 11.0 to 12.4 in BUCK
Browse files Browse the repository at this point in the history
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
  • Loading branch information
philIip authored and facebook-github-bot committed Mar 18, 2022
1 parent 69e8d3d commit 5f2835b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build_defs/oss/rn_defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ JNI_TARGET = "//ReactAndroid/src/main/jni/first-party/jni-hack:jni-hack"
KEYSTORE_TARGET = "//keystores:debug"

# Minimum supported iOS version for RN
REACT_NATIVE_TARGET_IOS_SDK = "11.0"
REACT_NATIVE_TARGET_IOS_SDK = "12.4"

def get_apple_inspector_flags():
return []
Expand Down

1 comment on commit 5f2835b

@hudsontrius80A

This comment was marked as off-topic.

Please sign in to comment.