Description
Basically the same as #647. The fix was #648 which added react-native.config.json
to published files.
But for some reason Turbo module -> C++ for Android & iOS options generate react-native.config.js
file not json
.
The fix in my case was to add react-native.config.js
instead of react-native.config.json
.
An if-else statement on which file to add based on the selected options might be needed here: https://github.com/callstack/react-native-builder-bob/blob/main/packages/create-react-native-library/templates/common/%24package.json#L27
Packages
Selected options
β What type of library do you want to develop? βΊ Turbo module
β Which languages do you want to use? βΊ C++ for Android & iOS
Link to repro
https://github.com/dcangulo/react-native-pkce-challenge/tree/v6.0.0
Environment
--