Andrew Shini

Results 91 comments of Andrew Shini

@jlyman are you still using this package and are you planning to work on it? `SKStore​Review​Controller` is available in iOS 10.3 . This will allow users to directly rate your...

@jlyman sounds good. I'm in the same shoes as you. If I get to it before you, I'll send the PR.

@Tom29 try setting prop `keyboardTopOffset` to 0.

@hironarita checkout new prop added `keyboardTopOffset`. Try setting it to 0.

@howg0924 what is the error message you are getting? `Invalid image selected`?

Not sure. Adding `android:requestLegacyExternalStorage="true"` fixes it but not for all users. Some users still get this issue on SDK29. Will try `v035.2`.

Try this: ``` grid: { flexDirection: 'row', flexWrap: 'wrap', alignItems: 'flex-start', overflow: 'hidden', }, ``` Use ```alignItems: 'flex-start'``` instead of ```justifyContent: 'flex-start'```.

[#12](https://github.com/sghiassy/react-native-sglistview/issues/12)

This is not working properly because SGListView wraps their own component around the row component. Giving the row component a zIndex value won't work since the ListView is not the...

@adieuadieu at the moment my use case is for short videos (1 min). To transcode and generate thumbs and gifs. There is https://github.com/binoculars/aws-lambda-ffmpeg but I think it would be a...