sciphergfx / react-native-kiosk-mode

A simple react native plugin to achieve kiosk mode (immersive mode) on android
MIT License
26 stars 7 forks source link

PACK DOES NOT EXIST #7

Open harishjangid154 opened 3 years ago

harishjangid154 commented 3 years ago

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

what to do with this err

mirceaciu commented 3 years ago

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