Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

React native 0.75 support #2427

Open
Davidemc7 opened this issue Oct 4, 2024 · 3 comments
Open

React native 0.75 support #2427

Davidemc7 opened this issue Oct 4, 2024 · 3 comments

Comments

@Davidemc7
Copy link

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.

@tohel17
Copy link

tohel17 commented Oct 9, 2024

@Davidemc7 Instead of removing the line I would recommend,
implementation "$appCompatLibName:27.1.1" doing this.

@HarryTheMartec
Copy link

special thank @Davidemc7 it's work for me

@hidaeraldo
Copy link

@Davidemc7 Is "onRegister" function getting triggered after you did this patch?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants