f111fei/react-native-unity-view

2 duplicate symbols for architecture arm64

Closed this issue · 2 comments

Hi,

In my project I am using react-native-splash-screen which has SplashScreen.h file. This project also has SplashScreen.h file which is conflicting with my other library.

Anyway to resolve this ? I don't need SplashScreen from Unity.

Thanks

crazycodeboy/react-native-splash-screen#238

update to react-native-splash-screen@3.1.0

Thanks for the quick reply. This fixes it.