Native implementation of ernnavigation-api
.
Inside the android/
directory, run the following command:
./gradlew createAndPublishErnDevContainer
The container will be created in a temporary directory and published to the
local Maven repository (~/.m2
), from where it will be consumed by the library
project.
Create the iOS Container:
yarn createiOSContainer
After opening the ios/
directory in Xcode (xed ios
), you can either build
the ElectrodeApiImpl project at ios/ElectrodeApiImpl.xcodeproj
or you can run
the moviesreloadedMiniApp at /ios/moviesreloadedMiniApp/ErnRunner.xcodeproj
to try Electrode Native Navigation on iOS side.