yarn
yarn devto start react app in localhost- or
yarn dev-with-hostto start in host and can visit it in other device by IP address
change the code in file {your project}/node_modules/RN-edison-editor/index.js
find this code:
this.setState({ webviewUri: draftJsFilePath });
change the webviewUri to your local url: http://localhost:8080 or http://192.168.1.123:8080
yarn build
npm run publish
cp ./index.tsx {your project}/node_modules/RN-edison-editor/change the main in node_modules/RN-edison-editor/package.json to "index.tsx" and delete "types": "index.d.ts"
copy index.tsx change code to RN-edison-editor,
yarn build
npm run publish
npx patch-package quill