Jivani AI is a cross-platform mobile application built using React Native and Expo. It leverages modern libraries and tools to deliver a seamless user experience on both Android and iOS platforms.
- React Navigation: Smooth navigation with bottom tabs and stack navigators.
- State Management: Powered by Zustand for efficient and scalable state management.
- Charts and Visualizations: Create beautiful charts using
react-native-chart-kit. - Date and Time Pickers: User-friendly date and time selection with
@react-native-community/datetimepickerandreact-native-modal-datetime-picker. - Toast Notifications: Display non-intrusive notifications using
react-native-toast-message. - WebView Support: Render web content with
react-native-webview.
- Node.js (v16 or later)
- Yarn or npm
- Expo CLI
git clone https://github.com/Jivani-AI/jivani-app
cd jivani-app
yarn install
npm run start