Darkilen

Results 8 comments of Darkilen

The issue appeared around 4 hours ago for us too. Reproduces every time too.

Seems like a duplicate of https://github.com/globocom/react-native-draftjs-render/issues/44 and https://github.com/globocom/react-native-draftjs-render/issues/54.

Duplicate from #136. But the README needs a real update with all props in a table.

Hi, the application only need 4 parameters : - game - language - item limit (currently separate in two variables, `all` or `maxItem`) - item category In fact, there is...

This commit introduced this bug : https://github.com/wix/react-native-calendars/commit/3446aa6762a8a8092ed4ae126a6897417995cfc1#diff-44679e5501b9d6244cca290a69f109c9bafe88c41286e347c853f3da8183f44cR140 ```diff diff --git a/src/timeline/Timeline.tsx b/src/timeline/Timeline.tsx index 40547ed9..76304e6f 100644 --- a/src/timeline/Timeline.tsx +++ b/src/timeline/Timeline.tsx @@ -137,7 +137,7 @@ const Timeline = (props: TimelineProps) => {...