EddyVerbruggen / nativescript-ar

Augmented Reality NativeScript plugin
https://www.nativescript.org/blog/preview-of-augmented-reality-in-nativescript
MIT License
118 stars 36 forks source link

Update. Will the app be updated anytime soon? #109

Open kat-jane-eu opened 3 years ago

kat-jane-eu commented 3 years ago

Make sure to check the demo app(s) for sample usage

Make sure to check the existing issues in this repository

If the demo apps cannot help and there is no issue for your problem, tell us about it

Which platform(s) does your issue occur on?

Please, provide the following version numbers that your issue occurs with:

Please, tell us how to recreate the issue in as much detail as possible.

Describe the steps to reproduce it.

Is there any code involved?

Bezlepkin commented 3 years ago

Make sure to check the demo app(s) for sample usage

Make sure to check the existing issues in this repository

If the demo apps cannot help and there is no issue for your problem, tell us about it

Which platform(s) does your issue occur on?

  • iOS/Android/Both
  • iOS/Android versions
  • emulator or device. What type of device?

Please, provide the following version numbers that your issue occurs with:

  • CLI: (run tns --version to fetch it)
  • Cross-platform modules: (check the 'version' attribute in the node_modules/tns-core-modules/package.json file in your project)
  • Runtime(s): (look for the "tns-android" and "tns-ios" properties in the package.json file of your project)
  • Plugin(s): (look for the version numbers in the package.json file of your project and paste your dependencies and devDependencies here)

Please, tell us how to recreate the issue in as much detail as possible.

Describe the steps to reproduce it.

Is there any code involved?

  • provide a code example to recreate the problem
  • (EVEN BETTER) provide a .zip with application or refer to a repository with application where the problem is reproducible.

Hi! I created a fork, updated the dependencies, built a package. You can use my npm package. https://www.npmjs.com/package/@bezlepkin/nativescript-ar

kmahalingpur commented 1 year ago

@Bezlepkin have you managed to update this one to nativescript 8?

Bezlepkin commented 1 year ago

I haven't tried version 8. But it should work. There is no difference between 7 and 8. Is there a bug?

kmahalingpur commented 1 year ago

@Bezlepkin in 8 using the version you created able to get the AR running but on plane detected/tapped application crashes

Bezlepkin commented 1 year ago

@Bezlepkin in 8 using the version you created able to get the AR running but on plane detected/tapped application crashes

I need time to check. Just in case, what are you using? Angular/Vue/Plain JS/TS

kmahalingpur commented 1 year ago

@Bezlepkin im using Angular below are my dependencies

"dependencies": { "@angular/animations": "~15.1.0", "@angular/common": "~15.1.0", "@angular/compiler": "~15.1.0", "@angular/core": "~15.1.0", "@angular/forms": "~15.1.0", "@angular/platform-browser": "~15.1.0", "@angular/platform-browser-dynamic": "~15.1.0", "@angular/router": "~15.1.0", "@bezlepkin/nativescript-ar": "^1.0.4", "@nativescript/angular": "^15.0.0", "@nativescript/core": "~8.4.0", "@nativescript/theme": "~3.0.2", "@triniwiz/nativescript-pager": "^14.0.2", "nativescript-pager": "^12.0.0-alpha.9", "rxjs": "~7.6.0", "tns-core-modules": "^6.5.27", "zone.js": "~0.12.0" }

@Bezlepkin