Document Libraries & Packages used in UI

Abierto
#36 1 comentario 0 reacciones 1 asignado Ver en GitHub

@PragatiVerma18 ya está trabajando en esto.

Desde el 18/12/2020.

Evaluación

Este issue todavía no se ha evaluado.

Descripción

@react-native-async-storage/async-storage
  • It is an asynchronous, unencrypted, persistent, key-value storage solution for React Native
  • It has multi-platform support for Android, iOS, Web, macOS, and Windows
  • getItem and setItem work in a similar way as in local storage

Note: Async Storage can only store string data, so in order to store object data you need to serialize it first. For data that can be serialized to JSON, you can use JSON.stringify() when saving the data and JSON.parse() when loading the data.

@react-navigation
  • React Navigation's stack navigator provides the gestures and animations that you would expect on Android and iOS when navigating between routes in the stack.
  • React Navigation's tab navigator takes care of handling the Android back button for you.
  • Routes are lazily initialized -- their screen components are not mounted until they are first focused.
  • Platform-specific look-and-feel with smooth animations and gestures.
  • It is Extensible at every layer— you can write your own navigators or even replace the user-facing API.
react-native-image-picker
  • Allows you to use native UI to select media from the device library or directly from the camera.
  • Image/video captured via camera will be stored in a temporary folder so will be deleted any time.

Note: Requires WRITE_EXTERNAL_STORAGE permission on Android 28 and below

react-native-vector-icons
  • Vector Icons are perfect for buttons, logos, and nav/tab bars.
  • Vector Icons are easy to extend, style, and integrate into your project.
  • Has a huge variety of bundled icon sets
  • These icons come with complete customization such as icon size, icon color, and it also supports multiple styling.

CC: @princiya, @temitopeakinsoto, @StuffByLiang

Lenguaje dominante
JavaScript
Estrellas
6
Forks
0
Métricas de merge de PR
Sin PR fusionados en 30 d

Guía de contribución

Abrir la guía de contribución

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de MLH-Fellowship/react-native-tutorial

Todos los issues de MLH-Fellowship/react-native-tutorial

Issues similares

Más issues de JavaScript

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.