'React/RCTImageSource.h' file not found
After upgrading to RN 0.61, i reinstalled react-native-search-api and run react-native link , but when running my project i get this error message :
'React/RCTImageSource.h' file not found
'React/RCTEventEmitter.h' file not found
@Danchoys @hassellof
H! @hamoudaarfaoui! Thank you for your report. The repo is not using cocoapods and thus is not supported by RN 0.61's auto linker. As a workaround you can manually add it to the native iOS project: https://reactnative.dev/docs/linking-libraries-ios
Still will not work , and fail build with same error , i did temporary fix by adding .podspec file and using cocoapods along to link , i should create PR asap
@hamoudaarfaoui sure, thx!