nativescript-ar icon indicating copy to clipboard operation
nativescript-ar copied to clipboard

Update. Will the app be updated anytime soon?

Open kat-jane-eu opened this issue 4 years ago • 6 comments

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.

kat-jane-eu avatar Dec 31 '20 09:12 kat-jane-eu

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

Bezlepkin avatar Feb 02 '21 09:02 Bezlepkin

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

kmahalingpur avatar Mar 17 '23 09:03 kmahalingpur

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

Bezlepkin avatar Mar 17 '23 12:03 Bezlepkin

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

kmahalingpur avatar Mar 19 '23 09:03 kmahalingpur

@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

Bezlepkin avatar Mar 20 '23 06:03 Bezlepkin

@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

kmahalingpur avatar Mar 20 '23 06:03 kmahalingpur