Skip to main content

LIbraries (Which and why)

Expo : It seems like upgrading and shipping the app with expo is quite easy. Expo SDK is also very mature and could help. We are no longer restricted to expo go, which restricts the usage of native api's, now we can create our own custom development client app.

Tailwind (nativewind): It's for the use of tailwind css for styling our UI components. Tailwind CSS provide predefined classes to be used with our components in an easy and readable format.

React-navigation : react navigation provide stack navigation history and handles gestures automatically. It provides a stack navigator and a screen component using which we tie our screens together.

React-hook-forms:

zod: