π οΈ Support Fabric components that are interfaceOnly: true
#877
sidorchukandrew
started this conversation in
Ideas
Replies: 4 comments 1 reply
|
I made a major breakthrough with this today. Your library needs to have a |
0 replies
|
Also, the |
0 replies
|
Would you like to make a PR to add it to our docs? |
1 reply
|
In case it is useful for research, porting my library |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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-boband 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-bobso 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.
All reactions