capacitor icon indicating copy to clipboard operation
capacitor copied to clipboard

fix(cli): Migrator put registerPlugin before super.onCreate

Open jcesarmobile opened this issue 1 year ago • 0 comments

I've seen several users that were using custom plugins that no longer work because registerPlugin has to be called before super.onCreate on Capacitor 4. So this PR makes the migrator move the registerPlugin calls before super.onCreate.

jcesarmobile avatar Aug 04 '22 16:08 jcesarmobile