You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Summary
Fixes#728
The codegen patcher script was deleting the whole `facebook` namespace
when the codegen type was all or module. This was not a problem when the
type was module but when the type was all, view manager specs were also
getting removed.s
### Test plan
1. Create a new turbo module
2. Set codegen type to all
3. Add turbo module specs
4. Run `yarn bob build --target codegen`
5. Make sure `android/generated/java/com/facebook/react` exists and has
view manager specs
Discussed in #726
Originally posted by ian-wd December 9, 2024
Is it possible atm to build a Fabric view along with a turbo module?
I was trying to get it working like how rn-skia does it but I can't get it working via builder-bob
here's a video showing my problem:
https://github.com/user-attachments/assets/499e92ed-7fab-4c37-997b-d0247135b7dc
seems like whenever I add a turbo module spec it doesn't generate the delegate and interface java files
The text was updated successfully, but these errors were encountered: