Ali Kazemkhanloo

Results 15 comments of Ali Kazemkhanloo

I had the same issue. When I start typing this error comes up. in [this commit](https://github.com/alikazemkhanloo/react-native-smooth-pincode-input/commit/220b8a2484f487af4d4e05baa290a0b41e75bb88) I handled `value` of `TextInput` in internal state. and the issue's gone. let me...

for a scrollable results, you should set the `resultsHeight` in props

It is good for my app, I have to focus on my job for now. You got the idea, If you want you can enhance this PR. Thank you.

@DmytroMatrosov 's solution is more performant. using `localData` as @asaeed mentioned, will cause a small flicker, you will see old and new line for a moment which has a very...

[this repo](https://github.com/wonday/react-native-orientation-locker) seems to be a fork of this, and of course, active. maybe he and @paramaggarwal can be new maintainers.(maybe in react-native-community.)

this is working, could someone please merge this PR? EDIT: I didn't know I opened this PR earlier myself :))

when I'm navigating, sometimes I see my splash screen over my current screen. If it had a white screen it, I would see only my splash screen, I guess.

I forked and added a prop named `fixed` from this pr #42. I think this is what you need. https://github.com/alikazemkhanloo/rn-sortable-grid

Any update on this?