File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 18
18
label : Version
19
19
description : What version are you using?
20
20
options :
21
+ - v2.0.2
21
22
- v2.0.1
22
23
- v2.0.0
23
24
- v1.2.3
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
All changes to this project will be documented in this file.
3
3
4
+ ## [ 2.0.2] - 2025-01-29
5
+ - Upgrade to React Native 0.76
6
+ - Android: fix crash on lifecycle scope. See [ #91 ] ( https://github.com/apivideo/api.video-reactnative-live-stream/issues/91 )
7
+ - iOS: fix ` isMuted ` state. See [ #95 ] ( https://github.com/apivideo/api.video-reactnative-live-stream/issues/95 )
8
+
4
9
## [ 2.0.1] - 2024-07-15
5
10
- Fix definition types. Thanks @Pitros . See [ #77 ] ( https://github.com/apivideo/api.video-reactnative-live-stream/pull/77 )
6
11
- Fix NPE on audio processor. See [ #82 ] ( https://github.com/apivideo/api.video-reactnative-live-stream/issues/82 )
Original file line number Diff line number Diff line change @@ -1247,7 +1247,7 @@ PODS:
1247
1247
- ReactCommon/turbomodule/bridging
1248
1248
- ReactCommon/turbomodule/core
1249
1249
- Yoga
1250
- - react-native-livestream (2.0.1 ):
1250
+ - react-native-livestream (2.0.2 ):
1251
1251
- ApiVideoLiveStream (= 1.4.6)
1252
1252
- DoubleConversion
1253
1253
- glog
@@ -1808,7 +1808,7 @@ SPEC CHECKSUMS:
1808
1808
React-logger: 7b5b458327a1ff0d7e5a349430d1ed133dcebaa3
1809
1809
React-Mapbuffer: 0d88ad9afa9e195dd7634424bde1d38e4129e646
1810
1810
React-microtasksnativemodule: 17234f35d37e6ed388e18a6314210b3b9e051219
1811
- react-native-livestream: 2529f8d209491541a1d6eb9b014b1258b060ff89
1811
+ react-native-livestream: 2c0657aa80ff4ce6c7c390763b6af29bc3d6cca5
1812
1812
React-nativeconfig: 93fe8c85a8c40820c57814e30f3e44b94c995a7b
1813
1813
React-NativeModulesApple: a4457b73e63e983db66d66612160006bccb00ad5
1814
1814
React-perflogger: 3140b7778984a486db80d4d2aeaa266cae4eb8c7
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @api.video/react-native-livestream" ,
3
- "version" : " 2.0.1 " ,
3
+ "version" : " 2.0.2 " ,
4
4
"description" : " RTMP live streaming library from api.video" ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
You can’t perform that action at this time.
0 commit comments