react-native-swipe-item
react-native-swipe-item copied to clipboard
error build
hi, i got this error when run ios:
'React/RCTBundleURLProvider.h' file not found
can u help?
Sorry, I can't reproduce this error. Could you provide a minimal reproducible example?
im using lasted version of visual studio,
"react": "17.0.2",
"react-native": "^0.68.0",
My step:
- Download project
- Open using visual code
- run npm install
- try using npx pod-install
- run npm run ios
well, I still can't reproduce this error. My step:
-
npx react-native init DemoProject --version ^0.68.0 --template react-native-template-typescript
-
npm i react-native-swipe-item
- add some code
- npx pod-install
-
npm run ios
Have you tried other solutions from StackOverflow?
i search stackoverflow, they said the problem is based on xCode, im using Version 13.2.1 (13C100), can u double check ur xcode version?
my xcode version is 13.3.1(13E500a)