FastComments.com

FastComments React Native SDK


Este es el SDK oficial de React Native para FastComments.

SDK de FastComments para aplicaciones React Native

Repositorio

Ver en GitHub


Instalación Internal Link

npm install fastcomments-react-native-sdk --save

Capturas de pantalla Internal Link

Tema: Erebus

Tema: Erebus

Tema: Default

Tema: Default

Editor WYSIWYG nativo con soporte de imágenes!

Editor WYSIWYG nativo con soporte de imágenes

Editor de texto enriquecido

This library uses the 10tap editor for rich text editing functionality, which provides a powerful WYSIWYG editing experience.

Opciones de configuración

This library aims to support all configuration options defined in fastcomments-typescript, just like the web implementation.

Conceptos de FastComments

The main concepts to be aware of to get started are tenantId and urlId. tenantId is your FastComments.com account identifier. urlId is where comment threads will be tied to. This could be a page URL, or a product id, an article id, etc.

Notificaciones de usuario

FastComments supports notifications for muchos escenarios. Notifications are configurable, can be opted-out globally or at a notification/comment level, and supports page-level subscriptions so that users can subscribe to threads of a specific page or article.

For example, it is possible to use Secure SSO to authenticate the user and then periodically poll for unread notifications and push them to the user.

Vea el ejemplo AppNotificationSecureSSO para ver cómo obtener y traducir las notificaciones de usuario no leídas.

Buscador de GIFs

By default, no image or gif selection is enabled. See example/src/AppCommentingImageSelection.tsx for how to support image and gif uploads. There is a Gif Browser that anonymizes searches and images provided in this library, you simply have to use it.

Rendimiento

Please open a ticket with an example to reproduce, including device used, if you identify any performance problems. Performance is a first-class citizen of all FastComments libraries.

¿Necesitas ayuda?

Si encuentras algún problema o tienes preguntas sobre el SDK de React Native, por favor:

Contribuir

¡Las contribuciones son bienvenidas! Por favor visita el repositorio de GitHub para las directrices de contribución.