Skip to content

Planable/react-native-lexical

Repository files navigation

react-native-lexical

This playground project uses Lexical editor in React Native through react-native-webview.

Development

npm i
npm run ios

If you want to change anything in the webview part, you need to regenerate the distribution code:

cd lexical-editor
npm run dev

Contribution

This approach is pretty experimental and still raw so any contributions (bug fixes, keyboard toolbar, plugins, commands) are welcome.

Also if you have any ideas, questions, or problems, you can open an issue in this repo and we can discuss it.

Changelog

  • 1.1.0 (current version)
    • Added native toolbar (above keyboard)
    • Added a couple of helper libraries (e.g. webview-bridge, react-native-keyboard-controller) to ease development and make the showcase a bit more realistic
  • 1.0.0
    • Initial version which corresponds to what was explained in the blog post