@stefanmartin/expo-video-watermark 0.2.6 → 0.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -196,7 +196,7 @@ class ExpoVideoWatermarkModule : Module() {
196
196
  .addListener(object : Transformer.Listener {
197
197
  override fun onCompleted(composition: Composition, exportResult: ExportResult) {
198
198
  watermarkBitmap.recycle()
199
- promise.resolve(cleanOutputPath)
199
+ promise.resolve("file://$cleanOutputPath")
200
200
  }
201
201
 
202
202
  override fun onError(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stefanmartin/expo-video-watermark",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "Creating video watermarks on locally stored videos",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",