Chris Cabral

Results 13 comments of Chris Cabral

I just got the same error until I realized I installed it in the wrong Podfile section. Double check you are adding the pod line to the write portion of...

![](http://www.reactiongifs.com/r/but-why.gif)

I got the same result. Kind of an empty bar chart.

This has been around 6 months. @Vikaton did you find an alternative?

``` $ create-react-native-app AwesomeProject $ cd AwesomeProject $ npm run eject $ yarn add react-native-sketch-view $ react-native link react-native-sketch-view ``` ``` import React, { Component } from 'react'; import {...

OK, I had trouble with the react-native-sketch as well. My guess was that it was the injection process. Are there steps to the injections process I should take or do...

I am ejecting the project as per the docs but I am still receiving this error. I hypothesize that there something different about an ejected projected compared to a "normal"...

After creating a new app, ejecting, and installing the dependencies, I ran through xcode: ``` 2017-10-11 16:09:38.484130-0400 AwesomeProject[11628:628399] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not load...

I don't see RNSketchView in the Libraries folder.