You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
CLI: 6.1.x
Cross-platform modules: 6.1.x
Android Runtime: 6.1.x
iOS Runtime: 6.1.x
NativeScript-Angular: master branch
Angular: 8.2
Describe the bug
When navigate to example with animation the app crashes
To Reproduce
Deploy the app on iOS 13 simulator
Navigate to "Angular docs animations" example
Actual: The app crashes
Expected behavior
The "angular docs animations" example should be loaded.
Sample project
The animation-examples app from the e2e/ folder of the repo
Additional context
JavaScript error:
file:///node_modules/tns-core-modules/ui/animation/animation.js:285:0: JS ERROR TypeError: undefined is not an object (evaluating 'nativeView.layer')
The text was updated successfully, but these errors were encountered:
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):Describe the bug
When navigate to example with animation the app crashes
To Reproduce
Actual: The app crashes
Expected behavior
The "angular docs animations" example should be loaded.
Sample project
The animation-examples app from the e2e/ folder of the repo
Additional context
The text was updated successfully, but these errors were encountered: