Removing FBAudience dependency

I’ve ejected my iOS Expo project, and I would like to remove the native code dependency on FBAudienceNetwork. What’s the best way to do this?

Would I have to fork ExpoKit, remove the dependency, compile a custom ExpoKit pod, and then include that in my ejected Podfile?

Hey @theorchard,

Here’s some documentation about omitting unwanted modules! https://docs.expo.io/versions/v35.0.0/expokit/universal-modules-and-expokit/#ios

Cheers,
Adam

Thanks @adamjnav. Unfortunately the module we want to remove is not listed in the list of modules that can be omitted. I think we’ll have to fork and build the SDK?