fabric-library-with-custom-cpp-example
fabric-library-with-custom-cpp-example copied to clipboard
Add custom cpp state to your fabric library
Add turbomodule example based on https://github.com/grahammendick/navigation/pull/642 More context here: https://github.com/reactwg/react-native-new-architecture/discussions/71
Original issue: https://github.com/troZee/react-native-cpp-autolinking/issues/2 > I followed this example with an `interfaceOnly` component and ended up with a [redefinition of EventEmitters error](https://github.com/reactwg/react-native-new-architecture/discussions/71#discussioncomment-3672029). > > The [solution that worked for me came...