Charlie Hulcher

Results 2 comments of Charlie Hulcher

My solution so far is to manually update the C2D permissions in: - platforms/android/AndroidManifest.xml - platforms/android/android.json To get the correct package ID set.

It appears to me that to install this package in RN >= 0.29 apps the following changes need to be made. in MainApplication.java: ``` java import com.aerofs.reactnativeautoupdater.ReactNativeAutoUpdaterPackage; import javax.annotation.Nullable; public...