react-native-skia icon indicating copy to clipboard operation
react-native-skia copied to clipboard

CallbackWrapper.h file not found in iOS

Open Chasty opened this issue 1 year ago • 4 comments

Hey, any idea why I'm getting this error after installing this dependency?

   "@shopify/flash-list": "^1.2.0",
    "@shopify/react-native-skia": "^0.1.137",
    "axios": "^0.27.2",
    "react": "18.0.0",
    "react-native": "0.69.1",
Screen Shot 2022-08-03 at 10 44 56

Chasty avatar Aug 03 '22 15:08 Chasty

Which version of React Native are you using?

chrfalch avatar Aug 04 '22 12:08 chrfalch

0.69.1 @chrfalch

Chasty avatar Aug 04 '22 16:08 Chasty

Try upgrade to 0.69.3 - there was an issue with 0.69.0-2 which could cause these issues. Before spending a lot of time upgrading your project, try this on some empty projects first :)

chrfalch avatar Aug 05 '22 07:08 chrfalch

issue fix by install react-native: 0.69.3, and should install react-native-reanimated": 2.9.1

phamhieu1412 avatar Aug 10 '22 08:08 phamhieu1412

Closing

chrfalch avatar Nov 20 '22 10:11 chrfalch