Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nathanwalker/nativescript-richtexteditor

✏️ Rich Text Editor example for NativeScript
https://github.com/nathanwalker/nativescript-richtexteditor

javascript kotlin nativescript swift typescript

Last synced: 22 days ago
JSON representation

✏️ Rich Text Editor example for NativeScript

Awesome Lists containing this project

README

        

## Rich Text Editor Example for NativeScript

Demonstrating usage of Android and iOS platform open source SDK/Libraries with NativeScript for a Rich Text Editor.

https://github.com/user-attachments/assets/e6e9e0ff-4283-48c7-a26d-692f63050cde

Utilizes excellent libraries written by fantastic authors [Daichi Furiya](https://github.com/wasabeef) and [Daniel Saidi](https://github.com/danielsaidi)
- Android: https://github.com/wasabeef/richeditor-android
- Consumed via gradle here: https://github.com/NathanWalker/nativescript-richtexteditor/blob/3cae01672a2dfc0afda4cad872854176f1901222/App_Resources/Android/app.gradle#L6
- iOS: https://github.com/danielsaidi/RichTextKit
- Consumed via Swift Package Manager here: https://github.com/NathanWalker/nativescript-richtexteditor/blob/3cae01672a2dfc0afda4cad872854176f1901222/nativescript.config.ts#L16

Created as a single declarative view: `` for consumption in any NativeScript project.

The API shown is for demonstration purposes and intended to be expanded upon or further customized.