π οΈ Support Fabric components that are interfaceOnly: true
#877
Replies: 3 comments
-
I made a major breakthrough with this today. Your library needs to have a |
Beta Was this translation helpful? Give feedback.
-
Also, the |
Beta Was this translation helpful? Give feedback.
-
Would you like to make a PR to add it to our docs? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
There are some components where the developer will need to provide custom C++ classes (like shadow nodes and measurements managers). I have not come across a standard way of organizing those files, but it would be immensely helpful for this library to support templating this out. I did a global search on GitHub to locate any library that uses
react-native-builder-bob
and has custom C++ files and had very limited results. I did come across react-native-live-markdown.There are other examples of components that use custom C++ classes but don't use
react-native-builder-bob
:I did end up publishing https://github.com/rn-nui/switch using
react-nativ-builder-bob
so this could also be used as a starting point.I'm not saying that a maintainer must add this feature, but I am looking to see if this is even something the maintainers would want in this library.
Beta Was this translation helpful? Give feedback.
All reactions