Skip to content

Commit

Permalink
Fix and re-introduce interop test (#39690)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #39690

This diff re-introduces the test for the TurboModule interop layer.

This test was originally reverted in D49200360, because it was broken.

***New:*** This test runs in Bridgeless mode, with the interop layer enabled. (Catalyst is now native mobileconfig ready).

Changelog: [Internal]

Reviewed By: makovkastar

Differential Revision: D49208528

fbshipit-source-id: 3109d7826e7024fd7a1074321d4aab8f3a489609
  • Loading branch information
RSNara authored and facebook-github-bot committed Sep 27, 2023
1 parent 0d3854c commit 271ce7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class SampleLegacyModuleExample extends React.Component<{||}, State> {
getNSNumber: () => getSampleLegacyModule()?.getNSNumber(20.0),
getUnsafeObject: () =>
getSampleLegacyModule()?.getObject({a: 1, b: 'foo', c: null}),
getRootTag: () => getSampleLegacyModule()?.getRootTag(this.context),
getRootTag: () => getSampleLegacyModule()?.getRootTag(11),
getValue: () =>
getSampleLegacyModule()?.getValue(5, 'test', {a: 1, b: 'foo'}),
callback: () =>
Expand Down

0 comments on commit 271ce7e

Please sign in to comment.