Valery Buchinsky

Results 82 comments of Valery Buchinsky

Well, @rskull, I am reporting another one since I'm only mentioning the flickering part. But the source of the problem is the same - not using getItemLayout. 2.1.4 works perfectly...

@akirasunny did you take a look at [my merge request](https://github.com/archriss/react-native-image-gallery/pull/63)? You could try using my fork. If there are still issues, please write them down in the PR. If there...

@alainib what version are you using? Try using version 2.1.1 that I know used to work well. You might be interested in the discussion on issue #20 Edit: 2.1.4 should...

@TayfunCesur @justinsoong Did you try with 2.1.4? I think it was working quite OK with lots of images.

@kukadiajayesh you are probably running into memory issues. You need to reduce the amount of content you are showing and keeping rendered at once.

@TayfunCesur I'd say that if you are developing a photo app, you should be doing a native approach and not react native that adds on top of your already limited...

Version 1 does not use flatlist

@pi-chan , could you take the time and check if it will work with this code of mine: https://github.com/fullstackreact/react-native-oauth/pull/111 It worked in my case but I would love to see...

Wow. Did i actually forget to commit this class? It does not need to be in scribejava. It needs to be in the package. I'll get it fixed today and...

@pi-chan The class is in there. It's in `android/src/main/java/io/fullstack/oauth/services/ConfigurableApi.java` and is defined as `package com.github.scribejava.apis;` if you're wondering how it appears from non-scribejava repo.