Building The NativeBase Blog Using Next.js
With the newest NativeBase release, we wanted to port the blog on the NativeBase website, which basically led to the origin of this article. I built the NB blog from scratch using Next.js by locally rendering files which have an MDX extension. We wil...
techblog.geekyants.com8 min read
Facundo Rossi
There is any way to integrate Tailwind CSS with NativeBase? I recently found that the newest version of native base uses the Utility props which is similar to what Tailwind CSS does with classes but there are less options. So I was wondering if there is a way to integrate both and gain more flexibility with that on a native app using the Tailwind integration with Expo.