react-native-material-kit icon indicating copy to clipboard operation
react-native-material-kit copied to clipboard

<React/Rctviewmanager.h not found in tickviewmanager.m

Open piyush565 opened this issue 8 years ago • 2 comments

/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

piyush565 avatar Jun 17 '17 13:06 piyush565

react-native link react-native-material-kit

vi1199 avatar Aug 26 '17 12:08 vi1199

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

esutton avatar Aug 06 '19 16:08 esutton