MLH-Fellowship / MLH-Fellowship/react-native-tutorial
Document Libraries & Packages used in UI
Abierto
@PragatiVerma18 ya está trabajando en esto.
Desde el 18/12/2020.
- Lenguaje dominante
- JavaScript
- Estrellas
- 6
- Forks
- 0
- Métricas de merge de PR
- Sin PR fusionados en 30 d
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
getItemandsetItemwork 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_STORAGEpermission 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
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.