fix missing imports and set disable_infer_precompiled_header]

Reviewed By: adamjernst

Differential Revision: D41704378

fbshipit-source-id: 92bcbc8710e75e6eccfb252986ebd7b5f8645ba6
This commit is contained in:
Ruslan Latypov
2022-12-04 13:30:16 -08:00
committed by Facebook GitHub Bot
parent ea9e78d426
commit 2e2cd302f1
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -592,6 +592,7 @@ rn_apple_library(
autoglob = False,
complete_nullability = True,
contacts = ["oncall+react_native@xmail.facebook.com"],
disable_infer_precompiled_header = True,
extension_api_only = True,
frameworks = [
"Foundation",
+1
View File
@@ -8,6 +8,7 @@ rn_apple_library(
autoglob = False,
complete_nullability = True,
contacts = ["oncall+react_native@xmail.facebook.com"],
disable_infer_precompiled_header = True,
extension_api_only = True,
frameworks = ["Foundation"],
labels = [