digitalfabrik / integreat-app

React JS and React Native App for Integreat
https://integreat.app
MIT License
47 stars 14 forks source link

Upgrade react-native-static-serve #2389

Open sarahsporck opened 1 year ago

sarahsporck commented 1 year ago

Is your feature request related to a problem? Please describe. https://github.com/birdofpreyru/react-native-static-server requires minSdkVersion 28 and we currently don't want to update, to stay as accessible as possible.

Describe the solution you'd like Migrate to another maintained library.

steffenkleinle commented 1 year ago

Does it really make sense to migrate atm if everything is working just fine?

sarahsporck commented 1 year ago

For now it is definitely fine to stay at the version, as there seem to be no securitiy issues whatsoever. I also checked and there should also be a RN version, which is compatible with the new architecture if we'd decide to do that. I also wondered. We actually do have some budget to request features from other repos. While this is nothing critical or maybe even necessary, we could consider making a bounty for that, as the author of the library states that "Support of older SDKs is technically possible, but it is not a priority now.".

steffenkleinle commented 5 days ago

With release v17 it is now possible to uprade this library without having to upgrade the minimum sdk. Therefore I think that this makes the most sense.