This app integrates a flutter SDK into a react native application.
- Clone the repo.
- Run
npm install
oryarn install
in the root directory. - run
npm android
oryarn android
from the root directory.
App.js Contains the code for the UI and place where initialiseMPP method is invoked. MPP.java contains the SDK initialisation code.