Qeepsake / react-native-images-collage

Robust interactive image collage component for React Native
MIT License
116 stars 30 forks source link

Ability to set the default image size and proportion #28

Open harbolaez opened 3 years ago

harbolaez commented 3 years ago

Want to be able to load an image base on the way it was left off.

I'm using collage.current.refs and saving the state of each of the imageIds. It works fine for the first imageId but not for the rest.

Looking to see what is a better way to do this. @lukebrandonfarrell any suggestion?

lukebrandonfarrell commented 3 years ago

@harbolaez Do you mean editing a collage, saving it, then opening it up for editing again?

harbolaez commented 3 years ago

@lukebrandonfarrell correct. I'm working on something, I can send it over later. It seems to be good for my needs.