James
James
Howdy.. nice project :) I actually had a suggestion related to this topic. I looks like the snippets currently use the active filename (minus suffix) to determine the proper function...
Actually that first attempt didn't take into account further directory nesting... Ooops.. but you can give this one a try. I imagine it could be optimized, regex is not my...
@prabowomurti did you ever find a solution? We are looking at using this reader also, and am curious if it's working now. Thanks.
I'm using AutoSizer, List and my own cache based on how CellMeasurerCache works (thanks for the tips on Slack :) ) My use is for a realtime app that evaluates...
I'm seeing this as well with Expo 46 and the compiled Android in killed/exited state. I've tried code with `addNotificationResponseReceivedListener()`, `useLastNotificationResponse()`, and even `getLastNotificationResponseAsync()` in linking getInitialURL, but none of...
Well to start I took the sample Snack for RLV that displays a list of dogs (https://snack.expo.io/@naqvitalha/rlv-demo) and extended it to add a single new tog to the **top of...
@myckhel I'm not sure what TheEhsanSarshar was seeing when using hooks, but I what I'm running into is extra rendering when items are added in the visible window or above...
Yes, that appears to be the case with RLV. I guess that's the tradeoff for allowing layout flexibility, otherwise the new element could just be inserted. But for an application...
After looking though the Eva mapping.json file Button section further, I found the issue. Basically the `textFontFamily` is set to `text-font-family`, which is in turn set to `OpenSans-Regular` for me....
@lbuttignol in the end my issue was that some styles were requesting bold styling from `OpenSans-Regular` which Android tried to accommodate by adding some stroke weight where iOS didn't. By...