Skip to content

Commit

Permalink
Remove deprecated cordova platform from project(#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
EzioLi01 authored Feb 28, 2023
1 parent 9c96d44 commit d4d1022
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/app-host/app-host.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,7 @@ function setCordovaAndInitialize(originalCordova) {
// these platform fire onNativeReady in their bootstrap
case 'ios':
case 'browser':
case 'blackberry10':
case 'firefoxos':
case 'ubuntu':
case 'webos':
break;
// windows has an overridden bootstrap which does not fire
// onNativeReady
Expand Down

0 comments on commit d4d1022

Please sign in to comment.