sciphergfx / react-native-kiosk-mode

A simple react native plugin to achieve kiosk mode (immersive mode) on android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PACK DOES NOT EXIST

harishjangid154 opened this issue · comments

error: package android.support.v4.net does not exist,

what to do with this err

This is not related to this package but to an update to the Android development system.

Open the android project in Android Studio then go to Refactor -> Migrate to AndroidX. It will scan you application and recommend some refactoring to update. Apply those changes then go toBuild -> Rebuild project. It should be fixed