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

Having issue in opening installed application.

Open naveenkumarrepo opened this issue 3 years ago • 1 comments

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: Capture

Screen shot: image

Reproduction

No response

Relevant log output (if applicable)

No response

Environment

No response

Please accept these terms

naveenkumarrepo avatar Feb 08 '22 06:02 naveenkumarrepo

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.

NathanWalker avatar Feb 08 '22 06:02 NathanWalker