neerajamnair

Results 2 comments of neerajamnair

I made the following changes in /android/src/main/java/com/sketchView/SketchViewContainer.java Replace openSketchFile function with ``` public boolean openSketchFile(String localFilePath) { BitmapFactory.Options bmOptions = new BitmapFactory.Options(); Bitmap bitmap = BitmapFactory.decodeFile(localFilePath,bmOptions); Bitmap bMapScaled = Bitmap.createScaledBitmap(bitmap,...