ldn0x7dc / react-native-view-transformer

A pure JavaScript RN component that makes ANY views transformable using gestures like pinch, double tap or pull.
135 stars 143 forks source link

Who has the best public fork of react-native-view-transformer ? #22

Open esutton opened 6 years ago

esutton commented 6 years ago

On GitHub, how can you identify which of the 97 forks is the most active ?

The activity diagram only shows a half dozen.

I just forked it myself to fix minor build errors.

esutton commented 6 years ago

It looks like this fork basically fixed the same issues I just created a fork for:

Then I forked react-native-transformable-image so I could make it depend on my forked react-native-view-transformer. I think many people may be doing the same.

Has react-native-view-transformer been replaced by something in react native?

Are there alternatives?