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
Top comments (1)
comments and remarks are available on reddit too : reddit.com/r/reactnative/comments/...