Commit 1c2cdda
Bring back C++ Turbo Module example in RN Tester (facebook#55988)
Summary:
Pull Request resolved: facebook#55988
## Changelog:
[General] [Fixed] - Bring back C++ Turbo Module example in RN Tester
The `TurboCxxModuleExample` was accidentally deleted in facebook#54544 (D87082461) which removed the TurboCxxModule C++ class. The JS example file and its RN Tester registrations should have been kept since they wrap `NativeCxxModuleExampleExample` which still exists.
This restores:
- `TurboCxxModuleExample.js` example file
- RNTesterList entries for iOS, Android, macOS, and Windows
Reviewed By: shwanton
Differential Revision: D95653981
fbshipit-source-id: c8972268aaa95bc57e7f7ee9367b8b10c9d7f0291 parent fc5cc28 commit 1c2cdda
3 files changed
Lines changed: 38 additions & 0 deletions
File tree
- packages/rn-tester/js
- examples/TurboModule
- utils
Lines changed: 29 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
377 | 382 | | |
378 | 383 | | |
379 | 384 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
334 | 338 | | |
335 | 339 | | |
336 | 340 | | |
| |||
0 commit comments