shimohq / react-native-prompt-android

A polyfill library for Alert.prompt on Android platform, working both on Android and iOS platform.
MIT License
129 stars 74 forks source link

Updated RNPromptFragment.java to use androidx #50

Open wblukeg opened 5 years ago

wblukeg commented 5 years ago

Changed: 'import android.support.v7.app.AlertDialog;' to 'import androidx.core.app.NotificationCompat;'

Added: 'import androidx.appcompat.app.AlertDialog;

to RNPromptFragment.java to bring in line with AndroidX standard.