nativescript-cli
nativescript-cli copied to clipboard
Having issue in opening installed application.
Issue Description
Migrating my android and ios native script application. Having issue in opening the installed application. Its display a white screen when opening the application. How to fix this issue?
Terminal:
Screen shot:

Reproduction
No response
Relevant log output (if applicable)
No response
Environment
No response
Please accept these terms
- [X] I have searched the existing issues as well as StackOverflow and this has not been posted before
- [X] This is a bug report
- [X] I agree to follow this project's Code of Conduct
When migrating did you first: // 1. Install latest cli npm install -g nativescript
// 2. auto migrate ns migrate
// 3. manual touch ups as needed // often involves bumping plugin versions or switching to newer plugins where needed
For example, firebase.init is not a function, indicates you are on an improper firebase plugin version and/or have other touch ups your project needs.