alexrainman / nativescript-carousel-view

CarouselView plugin for NativeScript
MIT License
16 stars 5 forks source link

Demo app not working #10

Closed bnussey closed 7 years ago

bnussey commented 7 years ago

Whenever I try and run the demo app on Android or iOS I get the following error message:

file:///app/app.js:2:8: JS ERROR Error: Could not find module './helpers'

alexrainman commented 7 years ago

It seems my .gitignore "ignored" that file. Will upload later on. Anyway you can create the file using this tutorial: https://www.nativescript.org/blog/use-async-await-with-typescript-in-nativescript-today

You can also find it in tns-modules/nativescript-carousel-view folder.

Move it to app folder.

bnussey commented 7 years ago

Thats now working, thanks alex!

alexrainman commented 7 years ago

No problem.