Rnn Starter

screenshot of Rnn Starter
react
react-native

React Native Starter - Powered by cli-rn, React Native Navigation, Expo Modules, RNN Screens, RN UI lib, MMKV, Mobx, Reanimated 2, Dark Mode, Splash Screen, Localization, Notifications, Permissions, and much more.

Overview

The RNN Starter is a collection of libraries and approaches designed to provide a fast start and productive maintenance for React Native apps. It is part of the starters.dev collection and includes features such as React Native Navigation, Expo Modules, RNN Screens, and more.

Features

  • React Native Navigation: Provides a truly native navigation experience for iOS and Android.
  • Expo Modules: Includes libraries and modules from the Expo ecosystem.
  • RNN Screens: Offers simplified and predictable navigation for React Native, built on top of React Native Navigation.
  • RN UI lib: Provides an amazing Design System, UI toolset, and components library for React Native, with Dark Mode implemented using this library.
  • Reanimated 2: A reimplemented version of React Native's Animated library.
  • MMKV: An efficient, small mobile key-value storage framework developed by WeChat, which is approximately 30x faster than AsyncStorage.
  • MobX: Offers simple and scalable state management, with mobx-persist-store for persisting your stores.
  • Flash List: A better list for React Native, developed by Shopify.
  • Fast Image: A performant React Native image component.
  • React Native Vector Icons: Provides customizable icons for React Native.
  • React Native Gesture Handler: Offers a native touches and gesture system for React Native.
  • React Native Splash Screen: Provides a splash screen for React Native and works well with RNN.

Summary

The RNN Starter is a comprehensive collection of libraries and approaches that enhance the development and maintenance of React Native apps. With features like React Native Navigation, Expo Modules, and RNN Screens, developers can benefit from simplified navigation and a wide range of useful tools and components. Additionally, the inclusion of efficient storage, state management, and UI libraries, along with helpful services and methods, make the RNN Starter an excellent choice for fast and productive React Native app development.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

react-native
React Native

React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

Expo

An open-source platform for making universal native apps with React. Expo runs on Android, iOS, and the web.

formik
Formik

Formik is a popular form library for React that helps with form state management, validation, and submission handling. It provides a declarative approach to building forms with support for complex validation scenarios and easy integration with validation libraries like Yup.

mobx
Mobx

MobX is a simple and scalable state management library for JavaScript applications. It uses reactive programming techniques to automatically update the user interface in response to changes in the application state, making it easy to build complex and dynamic user interfaces with minimal code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.