Nicoara Barbu Talpes

Results 9 comments of Nicoara Barbu Talpes

I am using react-native-image-resizer to first resize the image. the initial path is: file:///Users/nicoara/Library/Developer/CoreSimulator/Devices/CE689F2D-2A45-48F9-9F47-7A4A18DAC588/data/Containers/Data/Application/7BF23562-BF62-4870-92F9-FD72A1E92FFE/Library/Caches/B540B334-768C-435B-BFB7-988B00687338.jpg My solution was to replace the initial 'file:///Users' with '/Users'. (The above solution with https://github.com/wkh237/react-native-fetch-blob/wiki/File-System-Access-API#readfilepath-encodingpromise did...

@Friendly-Robot you cannot save a thumbnail from react-native-video (which is the whole point of the question).

I have found the code in the library react-native-thumbnail works.

https://github.com/nicoara/Parkour/tree/master/android/app/src/main/java/com/parkour2342345 ``` package com.parkour2342345; //import android.app.Application; import com.facebook.react.ReactPackage; import com.reactnativenavigation.NavigationApplication; import com.oblador.vectoricons.VectorIconsPackage; import com.imagepicker.ImagePickerPackage; import fr.bamlab.rnimageresizer.ImageResizerPackage; import com.RNFetchBlob.RNFetchBlobPackage; import java.util.Arrays; import java.util.List; import com.airbnb.android.react.maps.MapsPackage; // Crashlytics import com.crashlytics.android.Crashlytics; import io.fabric.sdk.android.Fabric;...

I have attempted to recreate the react-native-thumbnail library in my RN project as a NativeModule, instead of installing it from npm to avoid this thread's issue. I have added the...

Update: sometimes in November, I wrote my own nativemodule with the code from this library, to bypass the creator of the library that has gone MIA.

Hello @watadarkstar . since maybe you are subscribed to this issue, can you take a look at issue #35 ? I have posted it and I am afraid there is...