Skip to content

Commit

Permalink
added a script to create container. run ./ios/createContainer.sh to…
Browse files Browse the repository at this point in the history
… get iOS container
  • Loading branch information
liulianci committed Jan 2, 2020
1 parent 8ccbd05 commit 4a65637
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# ernnavigation-api-impl-native
Native implementation for the [`ernnavigation-api`](https://github.com/electrode-io/ern-navigation-api#electrode-native-navigation-api)

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.
2 changes: 2 additions & 0 deletions ios/createContainer.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
path="$(pwd)"
ern create-container --out ${path}/ios/container -m https://github.com/electrode-io/MoviesReloadedMiniApp.git --platform ios

0 comments on commit 4a65637

Please sign in to comment.