Trouble react-native link in android for expo sdk 24 detached

I am having trouble linking library after detaching from expo sdk 24 since It won’t upgrade from already detached sdk23 to sdk24.

So I created new expo project and tried detach and succeeded on ios but not android. Especially it had error messages on react-native link libraries. Screenshot below.
Did anyone succeeded in linking with detached expo sdk 24 for android?


I’ve resolved above issue by doing below.
// apply plugin: ‘com.neenbedankt.android-apt’

don’t know if this is right way.


But then I am facing below error and don’t have idea to resolve it.

Hi! Can you provide some more information about the exact steps you ran?

@dikaiosune

I resolved it by excluding firebase library in react-native-fcm. I think there was collision between libraries used in Expo.

Sorry for wasting your time.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.