electrode-native
electrode-native copied to clipboard
FBAudienceNetwork in container and client application causes crash
Hi,
I integrated react-native-fbads to our project. But, client has FBAudienceNetwork in its Podfile too, and two libraries are conflicting and crashing app with this message:
Terminating app due to uncaught exception 'FBFinalClassViolationException', reason: 'FBAdConfigManager is a final class and cannot be subclassed. FBAdConfigManager'
How can i fix this issue?
I tried to remove FBAudience from client but other native screens depends on it and import FBAudienceNetwork lines returns an error with this message:
No such module 'FBAudienceNetwork'