Directory

screenshot of Directory
nextjs
react
react-native

A searchable and filterable directory of React Native libraries.

Overview

The document provides instructions for adding a library to the React Native Directory on GitHub. It includes details on the required fields and format for submitting a pull request to improve the directory's dataset or report a bug.

Features

  • General Fields: Includes githubUrl, npmPkg, nameOverride, examples, and images for the library entry.
  • Platform Compatibility: Indicates whether the library works on Android, iOS, web, or as part of Expo Go.
  • Out-of-tree Platforms: Specifies support for additional platforms like Windows, MacOS, tvOS, and visionOS.
  • Tags: Tags like unmaintained, dev, template, and newArchitecture to provide additional information about the library.

Summary

The document provides a structured format for adding a library to the React Native Directory on GitHub, ensuring consistency and completeness in the dataset. It outlines the required fields, platform compatibility, tags, and formatting guidelines for submitting a pull request to enhance the directory's information.

nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

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.

directory
Directories & listings

directory templates are designed to help you create a directory or listing website. They typically include features such as search, filter, and sorting options, as well as customizable templates for different types of listings.

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.

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.