This repository has been archived by the owner on May 16, 2024. It is now read-only.
Releases: cuvent/react-native-fast-video
Releases · cuvent/react-native-fast-video
v5.1.8
- 5.1.3 (95f5e5e)
- 5.1.4 (ae1e188)
- 5.1.5 (91f400e)
- 5.1.6 (de4f9ef)
- 5.1.7 (da6a373)
- 5.1.8 (8a961d0)
- Add types (0c2e917)
- Add types for
mixWithOthers
(b79a5cc) - added extension file (7a77d86)
- Always re-measure layout (fixes HLS aspect ratio changes) (cb161c2)
- Check if
presentationSize.height
is set before usingtracksWithMediaType
(fixes wrongonLoad
` (7642b33) - Fix SPTPersistentCache version (30df390)
- Including EVENT_PROP_TARGET in onLoad on Android (6fc2472)
- Only setup picture in picture controller if
_pictureInPicture
is true (f3d5e4d) - Reference UIManager directly, not via NativeModules (6af61a3)
- release 5.1.2 (6562549)
- Rename to react-native-fast-video (d242509)
- Resolved an issue where setting a video to paused would ignore the “silent switch” setting (f79782b)
- Set
allowsPictureInPicturePlayback
(3e228f7) - Update DVAssetLoaderDelegate to 0.3.3 (5259e48)
- Update package.json (8580593)
- Update package.json version number to 5.1.1 (5adedb1)
- Update podspec version (f6be0e9)
- Update README.md (b2fbaf6)
- Update SPTPersistentCache to 1.1.1 (c72f831)
- Update tsconfig.json (8571a9f)
- Upgrade ExoPlayer to 2.13.2 (2471fd3)
- Video.d.ts -> index.d.ts (1b6f358)
- change: increased video cache to 1gb (95270bc)
- feat: support iOS PHAssets (0ca68b0)
- Exoplayer: Use okhttp version specified in gradle.properties (18323a2), closes /github.com/facebook/react-native/blob/master/ReactAndroid/gradle.properties#L15 /github.com/facebook/react-native/blob/e1b6cd3f756aa034b11af6bf9960efb42bde8692/ReactAndroid/build.gradle#L452-L453