Expo51 Jotai Template, ready to use



This content originally appeared on DEV Community and was authored by Marc

Building a React Native app from scratch can be daunting. To streamline this process, we present a minimal yet powerful framework that integrates state management with Jotai and seamless navigation using React Navigation.

Key Features
Expo Managed Workflow:
Leverage the power of Expo for building and deploying React Native apps efficiently.

State Management with Jotai:
Manage your app’s state effortlessly with Jotai, including persistent state storage using AsyncStorage.
Seamless Navigation: Implement smooth navigation flows with React Navigation.

Simple and Scalable Structure:
A clean and intuitive project structure that scales with your app’s growth.

Installation
Clone the repository and install the necessary dependencies:

git clone https://github.com/your-username/expo-template-jotai.git
cd expo-template-jotai
npm install

Start the development server:
npx expo -c

https://github.com/nympheastudio/ExpoTemplate


This content originally appeared on DEV Community and was authored by Marc