Open yooouuri opened 7 years ago
Same issue ..
@Alexandre-cibot please use my fork until the maintainer decides to merge my PR
Perfect, thanks @yooouuri
Fixed with
npm install --save prop-types
Then in node_modules/react-native-sketch-view/index.js Change
import React, { PropTypes, Component } from 'react';
to
import React, { Component } from 'react';
import PropTypes from 'prop-types';
Yooouuri's commit reference: https://github.com/keshavkaul/react-native-sketch-view/pull/22/commits/931a03f5ea14afad4d6f6b7e9da4cfdada2c2646
@keshavkaul any word on when this PR will get merged?
npm install react-native-sketch-view --save
react-native link react-native-sketch-view
Took the example code from the README.