Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • With all codes created, now we will call the initialize method on React, so we will create a file to export the library that we created

    • We will to to import the Plugins from @capacitor/core

    • Create an interface that contains our main method initialize()

    • Register the Android and IOS classes on capacitor, using the Plugins method imported

    • Export the code

    • Now, the code is ready to called

POC: https://github.com/rbilabs/intl-whitelabel-app/tree/poc/IBFEC-787-in-app-message-redirect