Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added RCTJSINativeModule protocol to allow enabling JSI-bound nativem…
…odule Summary: Instead of asking existing modules to implement `+allowJSIBinding`, introduce a temporary "empty" protocol so modules can just adopt it for migration purpose. Eventually this protocol may just go away. Modules need to adopt both `RCTBridgeModule` and `RCTJSINativeModule` for time being for backward compatibility. p.s. the entire system isn't enabled yet, this is just some of the pre-reqs for NativeModule improvements. Reviewed By: mmmulani Differential Revision: D9762913 fbshipit-source-id: 470f640f11a5991e5cfa9c48a1931da660ebfcd2
- Loading branch information