-
Clone the repo
git clone https://github.com/couchbaselabs/hotel-lister-cordova
-
Run the following commands in your Terminal.
cd modules/hotel-lister/examples/HotelLister npm install -g ionic cordova npm install
-
Run the application on the iOS or Android simulator. First, you can list available simulators with the following command.
ionic cordova emulate --list
Then, use the
--target
option to specify the simulator to deploy the app to.ionic cordova emulate ios --target "iPhone-XR, 12.0" -- --buildFlag="-UseModernBuildSystem=0" # or ionic cordova emulate android
-
You should see the following appear on the simulator.
NoteOn iOS, you will need to download Couchbase Lite from couchbase.com/downloads and drag CouchbaseLiteSwift.framework to the Xcode project under platforms/ios/Frameworks.
forked from couchbaselabs/hotel-lister-cordova
-
Notifications
You must be signed in to change notification settings - Fork 0
mobile-tools/hotel-lister-cordova
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Learn how to build a Cordova Plugin to use Couchbase Lite in your iOS and Android apps
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Java 62.9%
- Objective-C 24.7%
- JavaScript 6.9%
- Batchfile 3.2%
- Shell 0.7%
- CSS 0.5%
- Other 1.1%