A robust React Native template for building cross-platform mobile applications, equipped with essential tools and libraries for efficient development.
- Expo: Simplified React Native development with Expo.
- React Native 0.71: Latest version of React Native for building mobile apps.
- React Navigation: Smooth navigation with
@react-navigation/nativeand@react-navigation/stack. - Redux Toolkit: Simplified state management with Redux Toolkit.
- Async Storage: Persistent storage with
@react-native-async-storage/async-storage. - RNEUI: Pre-styled UI components from
@rneui/baseand@rneui/themed. - Axios: Promise-based HTTP client for API requests.
- i18next: Internationalization with
i18nextandreact-i18next. - Styled Components: CSS-in-JS styling for React Native.
- Environment Variables: Manage environment variables with
react-native-dotenv.