mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
b1bf133d69
Summary: Note: iOS only. This spec file (.h/.mm) was generated via FB internal codegen tool for TurboModule. The tool itself is not yet ready to be opensourced, but at least the generated file is. The output is based on all the Flow types added via https://github.com/facebook/react-native/issues/24875. This file can be used by each ObjC NativeModule to be TurboModule compliant. Reviewed By: rickhanlonii Differential Revision: D15978911 fbshipit-source-id: 9e97495287bc406e0ed0ccf89cf370753b538772
17 lines
530 B
Python
17 lines
530 B
Python
load("//tools/build_defs/oss:rn_defs.bzl", "fb_apple_library", "react_native_xplat_target_apple")
|
|
|
|
fb_apple_library(
|
|
name = "FBReactNativeSpec",
|
|
autoglob = True,
|
|
contacts = ["oncall+react_native@xmail.facebook.com"],
|
|
frameworks = [
|
|
"Foundation",
|
|
"UIKit",
|
|
],
|
|
deps = [
|
|
"fbsource//xplat/js/react-native-github:RCTTypeSafety",
|
|
"fbsource//xplat/js/react-native-github/Libraries/RCTRequired:RCTRequired",
|
|
react_native_xplat_target_apple("turbomodule/core:core"),
|
|
],
|
|
)
|