I'm trying to embed an instagram post using editor js on react-native. I'm unable to find any approaches similar to,
https://www.npmjs.com/package/editorjs-youtube-embed
Any help would be appreciated.
This worked for me
Simply add as follows under tools:
embed: {
class: Embed,
config: {
services: {
instagram: true,
},
},
},