This playground project uses Lexical editor in React Native through react-native-webview.
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
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.