@SanduCuragau wrote:
this plugin does exactly what I need in the simplest way, I know react can now somehow work in ionic 4, I’m just not sure if react native plugins can work in ionic native, but I really need this or a similar plugin/fix for ionicI installed it: npm install react-native-appstore-version-checker --save
I imported and injected in app.module.ts
import { getAppstoreAppVersion } from “react-native-appstore-version-checker”;
and in providers I added getAppstoreAppVersionI imported it into app.component.ts and injected it into the construtor
and I am using it in a method
everything seems like it could really work, but when build gets to 95% it catches
Posts: 2
Participants: 1