Any clues about updating old C# native modules? #11347
-
I can add more details later when I'm at my computer, but I suspect this is a known issue. Using older (~0.68) C# native modules, I'm getting a lot of issues like "duplicate assembly reference" or "duplicate runtime.something". It seems like this has to do with a major change in how UWP compiling happens. Any documentation somewhere on how to properly upgrade? The best I could find were StackOverflow answers that said to just comment out offending code, but that feels like the wrong way. Besides, that solution has so far only allowed me to run debug builds; release is still broken. For an example, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
That module in particular has an unmerged PR that modernizes the implementation: itinance/react-native-fs#952 That should show how to do this (more documentation on https://aka.ms/reactnative), and also just might have the implementation you're looking for. |
Beta Was this translation helpful? Give feedback.
That module in particular has an unmerged PR that modernizes the implementation: itinance/react-native-fs#952
That should show how to do this (more documentation on https://aka.ms/reactnative), and also just might have the implementation you're looking for.