sourcetoad / react-native-sketch-canvas

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

[Android] Content URI support #79

Closed ian-wd closed 3 weeks ago

ian-wd commented 3 weeks ago

This add supports to android content URIs content://

{
  filename: 'content://media/external_primary/images/media/1000000099', 
  directory: '',
  mode: 'AspectFill'
}