/storyroute

App, designed for exploring interesting points about the liberation of the small town of Ommen (NL) - It reads routes & points of interest from Google Firebase. Use storyroute-builder to create routes. Needs refactor to be usable by other parties to create their own route app, but this should nog be very hard

Primary LanguageVue

Story Route

Tell stories with geolocation

Usage

# Install dependencies
npm install

# Preview on device
ns preview

# Build, watch for changes and run the application
ns run

# Build, watch for changes and debug the application
ns debug <platform>

# Build for production
ns build <platform> --env.production

NS 8 upgrade notes

  • I had to modify some gradle / podfile stuff node_modules/@nativescript/firebase/platforms/ios/podfile > set ios to 13.0 (or remove the line) app_resources/platforms/android/before-plugins.gradle, set:
ext {
  googlePlayServicesVersion = "16.+"
}

Also do this: https://stackoverflow.com/questions/64886369/nativescript-ios-build-fails-xcode-error-command-ld-failed-with-a-nonzero-exi