mohakapt / react-native-native-dialog

A React Native module that exposes some of the common native dialogs to React Native.
MIT License
11 stars 3 forks source link

Import changed #27

Open criss02-cs opened 2 years ago

criss02-cs commented 2 years ago

When I had to add this line: import com.github.mohaka.nativedialog.RNNativeDialogPackage; on MainApplication.java the builder doesn't find a module with this import. So I decided to watch the repository and I found that RNNativeDialogPackage is changed to NativeDialogPackage, so I changed the import and the set dialog call and now works