Just an idea
Just an idea
Just added the Apache License.
Goals:
My current goal is to just get the site working with all/most of the existing functionality. For that there is a lot to do. Profile/settings page, comment replies, community browser/subscriptions.
Just did some reading and it indeed does seem like GPL is not allowed in app stores as it does not allow any further restrictions (such as Apples store's requirements).
I have to do some research.
It seems like GPLv3 is ok. https://en.wikipedia.org/wiki/List_of_free_and_open-source_iOS_applications https://github.com/tigase/siskin-im/issues/103
Updated
lemmy-js-client library you are using is licensed under AGPLv3. So I'm not sure if you are allowed to use it with your current license. You might have to make your project AGPLv3 too.
AGPL is a Copyleft license, so how can it be possible to use such library in an Apache licensed program? Isn't the whole idea of Copyleft to make that impossible? To make sure that nobody can take away users freedoms?
I think what they meant on gnu.org is that you can use Apache licensed code in a GPL licensed program.
Single codebase for web, native Android and iOS apps. This is possible with Svelte + Capacitor.
Interesting. Is this easier to work in than React Native?