Closed
Description
Description
Linker reports duplicated symbols, in my current understanding they happen because of a name clash between the code generated by codegen
for the library, and some similar code generated by codegen
for the app itself (the screenshot is from a library I maintain, after resetting its scaffolding with the latest create-react-native-library
version, and RN@0.77; but I got the same problem with just new project created by create-react-native-library
, with no subsequent changes):
Packages
- create-react-native-library
- react-native-builder-bob
Selected options
N/A
Link to repro
https://github.com/birdofpreyru/react-native-fs/tree/dev-v2.31
Environment
N/A