Hyo

Results 170 comments of Hyo

@janpio Thanks for the detail. I am a bit confused though. How about the below case? ``` model User { id Int email String name String? @@id(id) @@unique([id, email]) }...

> @devdubby @yujong-lee If you haven't done it yet, can I implement it? The calendar was experimental and the person who mainly focused on this went back to the state...

> @hyochan @yujong-lee > While looking at the calendar carousel, I have a question. > Is there any place like open Kakao Talk or Slack to ask about the calendar...

Yeah pinch zoom with carousel would be much beneficial. It'd be good if we can abstract the full feature as [ImageSlider].

Could you kindly share a reproducible example or contribute to our example project for the reproduction?

I am confused if this is actually needed. Looking into the issue https://github.com/facebook/react-native/issues/16067, it looks like this isn't expected. What do you think about the issue above @moinqureshi-ss ?

> yeah onEndReached should not be called when flatlist is rendered what i generally do is use isLoading flag inside onEndReached so it fires the api only if !isLoading. currently...

@RyanMitchellWilson @dbyilmaz you can fix this problem by adding new Date() value in key. like ``` ``` However, I've not tested in android yet.

![image](https://user-images.githubusercontent.com/27461460/75348395-179b5680-58e6-11ea-8b04-200a4060c709.png) Same here!

This even fails the testing build since the `AsyncStorage` is different. https://circleci.com/gh/dooboolab/hackatalk-mobile/504?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link