Open raochenghui opened 7 months ago
react-native version 0.68.2 does not have this ViewConfigIgnore.js
file
I switched the @react-native community/slider library to 4.5.0 to fix it
It is the same error when I tried to install with iOS, Xcode build log:
Error: Unable to resolve module react-native/Libraries/NativeComponent/ViewConfigIgnore from /Path/to/my/project/node_modules/@react-native-community/slider/dist/RNCSliderNativeComponent.js: react-native/Libraries/NativeComponent/ViewConfigIgnore could not be found within the project or in these directories:
node_modules
package version: 4.5.2 MacOS 14.4 npm version 6.14.18 Xcode 15.0
react-native version 0.68.2 does not have this
ViewConfigIgnore.js
fileI switched the @react-native community/slider library to 4.5.0 to fix it
This is working. I changed from ^4.5.0 to 4.5.0 and now it it working. Thank you @raochenghui
still same error
@FrancRodrix could you provide yourreact-native info
output and some more details about the error ?
Environment
Android
react-native info output:
are you using the new architecture?
which version of react & react-native are you using? react-native@0.68.2
Description