Fabián Monsalve

Results 3 issues of Fabián Monsalve

### Description: Following the update to Nativewind version 4.0.24 or later, the previously functional capability to apply styles using the className property on lucide-react-native components no longer works, where className...

### Version 1.26.0 ### What happened? I'm using SQLite to create the following query: ```sql -- name: GetAllPaginatedForumPosts :many SELECT p.id, p.title, p.content, p.created_at, p.updated_at, p.likes FROM post p WHERE...

bug
triage

When I create a Bar Chart horizontally, the chart does not take up its parent's width; it creates an extra empty height space below the chart. The only workaround I...