imnapo / react-native-cn-quill

Quill rich-text editor for react-native
MIT License
190 stars 77 forks source link

Feature/same web api #84

Closed Zerovers closed 2 years ago

Zerovers commented 2 years ago

Breaking change: Made all methods related to quill with the same API as web quill. Why? 1) Developer doesn't be confused to use api on mobile if developer have worked before with quill 2) If someone use RN wrapper, probably he has web version of APP where need to support editor in both platform and if developer will create common custom module, we won't need to make adapters It's why was updated version from 0. to 1.

Also was Added: