terrylinla / react-native-sketch-canvas

A React Native component for drawing by touching on both iOS and Android.
MIT License
692 stars 450 forks source link

surpport RN 0.60? #180

Open meiqi1992 opened 3 years ago

meiqi1992 commented 3 years ago

RN 0.6 can use?

creambyemute commented 3 years ago

@meiqi1992 I'm using it with RN 0.63.4

Coffeegerm commented 3 years ago

@creambyemute I'm in the process of upgrading our app to 0.60 at the minimum right now. When running i get this error after jetifier completes running.

package android.support.v4.content does not exist
import android.support.v4.content.FileProvider;

Are you using jetifier as well?