cljsrn

Mateusz Mazurczak 2023-03-20T13:13:13.696699Z

Hi, do you have some react-native ui component library that you use? I'm looking for something minimalistic to quicker build components that are consistent. Something like: https://headlessui.com

Miguel Angel Gallardo Lemus 2023-05-13T04:33:06.603529Z

hi @ulises.ssb506 can you share how you use React Navigation in clojure react native app.

2023-05-13T04:45:35.406409Z

Hey @miguel.gallardo.lemus You can take a look at my repo: https://github.com/ulisesmac/Horarios-FC-UNAM

joshmiller 2023-03-20T17:38:04.841729Z

You can use Tailwind in RN, so you could probably adapt most of those components.

joshmiller 2023-03-20T17:38:27.358469Z

For the most part, I’m using RN so that I have access to native components in the first place.

šŸ‘ 1
Mateusz Mazurczak 2023-03-20T17:48:24.132789Z

Yeah this is something I plan to use, but I was wondering if maybe there are some that consider different phone features like notch in iphone

2023-03-21T02:41:45.253769Z

You can take a look to UI Kitten, I like it, it looks good enough to start building a modern app, and works good with React Navigation šŸ‘