Commit c396f1b
authored
fix: update iOS TurboModule template (#889)
### Summary
Updates iOS `.mm` TurboModule template file to match
https://reactnative.dev/docs/turbo-native-modules-introduction#4-write-your-native-platform-code
### Test plan
Module generates correctly, app consuming it builds as expected1 parent 55612c7 commit c396f1b
File tree
1 file changed
+5
-2
lines changed- packages/create-react-native-library/templates/objc-library/ios
1 file changed
+5
-2
lines changedLines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
| |||
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
0 commit comments