cameraroll dependency #1525
-
Hello there! I noticed that this lib has "react-native-cameraroll" as a dependency, which seems to be a lib to access local photos in react native. Is there any plan to get rid of this lib and replace it by another one? Or do the streamchat devs prefer to stay stuck in react 17? And is there a workaround to still switch to react 18 while this problem is solved? Thanks a lot for your consideration! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @ZRunner , We have created a fork of the "react-native-cameraroll" library in our organization as it is not maintained anymore. and we strive to maintain the fork with bug fixes on top of the original repo. The fork does not force the use of react 16 or 17. We will switch to the fork in the v5 release of our react-native SDK as outlined here. A temporary workaround for v4 is to point to this fork in your app with the following entry in your |
Beta Was this translation helpful? Give feedback.
Hello @ZRunner ,
We have created a fork of the "react-native-cameraroll" library in our organization as it is not maintained anymore. and we strive to maintain the fork with bug fixes on top of the original repo. The fork does not force the use of react 16 or 17. We will switch to the fork in the v5 release of our react-native SDK as outlined here.
A temporary workaround for v4 is to point to this fork in your app with the following entry in your
package.json
,"@react-native-community/cameraroll": "git+https://github.com/GetStream/react-native-cameraroll.git"