You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently transforming animated into something that i believe would make it easier to use, as well as adding new primitives for stuff that's missing like mount/unmount transitions. The changes are too radical for a PR so i started a fork:
At first i started out just wrapping it but got stuck and had to make small changes to the source, but to solve some deeper issues i would have to rework some of the internal logic.
Now i am a little nervous about the licensing. Before i waste lots of time on this for nothing, could anyone tell me if that's generally okay or not? I don't want money or anything really, just a nice animation lib for react.
Another question: i've started to refactor the code into esm for smaller packages (if rollup encounters any cjs it will deoptimize). Lebab seems to have stripped the licensing hints from the source curiously. If i place the licenses into the same directory, would that be fine? https://github.com/drcmda/react-spring/tree/master/src/animated
The text was updated successfully, but these errors were encountered:
Unsure, but @vjeux is the creator.
Technically this was from the react-native source which has now been changed to MIT.
I don't think you're the first to fork and make changes.
I am currently transforming animated into something that i believe would make it easier to use, as well as adding new primitives for stuff that's missing like mount/unmount transitions. The changes are too radical for a PR so i started a fork:
https://github.com/drcmda/react-spring
At first i started out just wrapping it but got stuck and had to make small changes to the source, but to solve some deeper issues i would have to rework some of the internal logic.
Now i am a little nervous about the licensing. Before i waste lots of time on this for nothing, could anyone tell me if that's generally okay or not? I don't want money or anything really, just a nice animation lib for react.
Another question: i've started to refactor the code into esm for smaller packages (if rollup encounters any cjs it will deoptimize). Lebab seems to have stripped the licensing hints from the source curiously. If i place the licenses into the same directory, would that be fine? https://github.com/drcmda/react-spring/tree/master/src/animated
The text was updated successfully, but these errors were encountered: