Iddan Aaronsohn
Iddan Aaronsohn
Hey! The custom doesn't work because as of current implementation the canvas is rendered within a WebView so it's isolated from the context of RN. If we had a native...
Another option would be exposing an API for loading custom fonts into the WebView. Which might be more pragmatic at the moment. Accepting PRs.
No, actually. Still accepting PRs
You can fork the repository and then create a PR to it. I review them and merge when ready.
@Tanatcu made an awesome PR: #109
Hey, I would love to see this added as well. My use case is a tree view to show custom search results. I created a poor-mans implementation just for demonstration...
Hey @tmanuel94, there are some features I would like to tackle before as the library can handle pretty large datasets (due to efficient updating of the DOM). Did you try...
Have you tried using the React Dev Tools? You should make sure only the components you expect are rendered?
Not sure. My tip is to use `useMemo` and `useCallback` to make sure React is not re-rendering the spreadsheet when not needed.
What is the behaviour of Google Sheets for such a scenario?