react-nativeinstagramembededitorjs

Embedding Instagram post using editor js in react-native


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.


Solution

  • This worked for me

    Editor JS Links

    Simply add as follows under tools:

    embed: {
            class: Embed,
            config: {
              services: {
                instagram: true,
              },
            },
          },