Skip to content

Commit 4a65637

Browse files
committed
added a script to create container. run ./ios/createContainer.sh to get iOS container
1 parent 8ccbd05 commit 4a65637

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# ernnavigation-api-impl-native
22
Native implementation for the [`ernnavigation-api`](https://github.com/electrode-io/ern-navigation-api#electrode-native-navigation-api)
33

4+
Please run `./ios/createContainer.sh` to get the iOS Container, and open `/ios/moviesreloadedMiniApp/ErnRunner.xcodeproj` from XCode to try Electrode Native Navigation on iOS side.

ios/createContainer.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
path="$(pwd)"
2+
ern create-container --out ${path}/ios/container -m https://github.com/electrode-io/MoviesReloadedMiniApp.git --platform ios

0 commit comments

Comments
 (0)