-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
features for v1.0.0 #3
Comments
That's quite the undertaking. Would love to see this complete :D |
Welcome! |
|
If you happen to need the ability to use this warehouse, you can stay and build it together, welcome! |
Hi, thank you for keeping this library up to date. Thank you |
FYI on Android 10+ there's no need to provide a navigator, it works anyway |
thx~ |
Please Support for gallery mode |
we can custom our gallery like in demo, but it's so good, if we can use a props, like mode: 'gallery', auto support it ! |
Seems like orientation change should be high on the list. I wanted so bad to use this lib but the first thing i checked was a device rotation, and it wasn't pleasant. Seems like you could get most of the way there by changing out the old way: // from this
const { width, height } = Dimensions.get('window')
// to this
const { width, height } = useWindowDimensions() The latter is reactive instead computed once on load. |
Please note that there is still an open issue with |
Inherit the original author's intention and continue to improve:
Must have
Really nice to have
Nice to have
On the fence
Not doing
The text was updated successfully, but these errors were encountered: