react-native-material-kit
react-native-material-kit copied to clipboard
<React/Rctviewmanager.h not found in tickviewmanager.m
/Users/../node_modules/react-native-material-kit/iOS/RCTMaterialKit/TickViewManager.m:9:9: 'React/RCTViewManager.h' file not found
can anybody help me with this.? build gets failed in this
react-native link react-native-material-kit
My problem was I had react-native-material-kit in ** both ** my Podfile and also manually linked in iOS xcode .
All was good again after I deleted react-native-material-kit from my ios/Podfile and manually linked.
rm -rf node_modules/react-native-material-kit
yarn add node_modules/react-native-material-kit
# Now go to xcode and manually link according to the docs for https://github.com/xinthink/react-native-material-kit