Anton Kuznetsov
Anton Kuznetsov
@JPaulMora try this — https://github.com/FiloSottile/mkcert
@pravynandas just add this https://reactnative.dev/docs/flatlist#keyextractor
@ktsn please, take a look :)
@ktsn I think when a developer creates multiple actions with the same name — he knows what he is doing :)
This branch was rebased over updated `master`
@kulakowka good idea, we should only target current version of Chrome bundled in electron
Hey, @JiniHendrix, @markmarcelo, @bitadj, please take a look!
@brettdh @mrKorg guys, got the same issues today. Fixed both with just a parent container with `flex: 1` and that's it. ```js const renderContent = section => { return (...
@martintreurnicht please, take a look
@zerocsss I recommend you to use this technique: First of all change property to pass this callback ```diff -onViewableItemsChanged={...} +viewabilityConfigCallbackPairs={viewabilityConfigCallbackPairs.current} ``` where `viewabilityConfigCallbackPairs` is: ```js const viewabilityConfigCallbackPairs = useRef([{ viewabilityConfig,...