You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
I came across this repo after looking around for React Native editors that both renders as well as allows for editing marked up content. My project may have a web version where i intend to use DraftJS so ideally was looking for a DraftJS compatible library for RN if available. While compatibility may not really be a problem, DraftJS seems to be built well so i was primarily looking for uniformity across the web and native platforms. I did try this package and found that it does work well for my limited usecase on the native platform.
Do you have any plans to make this package Typescript ready? My project uses Typescript so did get the expected errors when i attempted using the library.
I can create a PR if you want since i seem to get the basics going locally by introducing the definition file and the relevant entry in package.json
The text was updated successfully, but these errors were encountered:
I came across this repo after looking around for
React Native
editors that both renders as well as allows for editing marked up content. My project may have a web version where i intend to useDraftJS
so ideally was looking for a DraftJS compatible library for RN if available. While compatibility may not really be a problem, DraftJS seems to be built well so i was primarily looking for uniformity across the web and native platforms. I did try this package and found that it does work well for my limited usecase on the native platform.Do you have any plans to make this package
Typescript
ready? My project usesTypescript
so did get the expected errors when i attempted using the library.I can create a PR if you want since i seem to get the basics going locally by introducing the definition file and the relevant entry in
package.json
The text was updated successfully, but these errors were encountered: