timothymiller / t4-app

A powerful cross-platform UI toolkit for building actually native iOS, Android, macOS, Windows, Linux, and Progressive Web Apps with React (Native).
https://t4stack.com
MIT License
1.45k stars 77 forks source link

CarListItem is not using object destructuring #74

Closed j3sch closed 1 year ago

j3sch commented 1 year ago

I got error on the virtualized list screen in the expo app. The problem is to get an auto object you have to use either prop.item or object destructuring.

timothymiller commented 1 year ago

I gotcha. I've been making a lot of changes in that area recently. It must have been overlooked.

I approved your pull request. Thank you for the insight!