sandeshnaroju / react-native-in-app-update

44 stars 17 forks source link

error: cannot find symbol packages.add(new InAppUpdatePackage()); #8

Closed akashi7 closed 3 years ago

akashi7 commented 3 years ago

followed your steps but i get error here

sandeshnaroju commented 3 years ago

Looks like you have not added given two files to your java code properly.

jeesunikim commented 3 years ago

Hey @akashi7, I ran into the same issue. I solved it by making sure the package name is the same at the top of the files for MainApplication.java, InAppUpdateModule.java, and InAppUpdatePackage.java.