React native 0.75 support

Author: Davidemc7Created Oct 4, 2024Updated Oct 16, 2024

Hi!

I had trouble compiling my project on React Native 0.75.

I had to make changes to the following file and this solved my problem:

node_modules\react-native-push-notification\android\build.gradle

image

I removed the following line and it worked: implementation "$appCompatLibName:$supportLibVersion"

I based myself on the following solution with the react-native-splash-screen library. https://github.com/crazycodeboy/react-native-splash-screen/issues/652.

I'm not sure if this is the right way but it works.

Source: zo0r/react-native-push-notification