Notice: iOS Flipper Known Compatibility Issues #27
Labels
SDK 46
Affects plugin in Expo SDK 46
upstream expo
Upstream issue with expo (check linked issues)
upstream flipper
Upstream issue with fbflipper (check linked issues)
As of RN 0.69.2+ and Flipper 0.158.0, there are several issues with other config plugins that are incompatible with Flipper on iOS. This thread documents the known plugin / pod combinations with issues. Where possible, we try to link out to other threads to provide a complete picture of the problem.
❌
expo-firebase-analytics
Relevant Threads: #26
reason Firebase requires
use_frameworks
and is not compatible with Flipper at this time 1, 2, 3resolution If you do not believe you need
use_frameworks
, you may set the ECF plugin'sios.stripUseFrameworks = true
which will ensure there are nouse_frameworks
lines in your podfile. However, other libraries may not build if you do this. Instead, we recommend turning off Flipper on iOS by settingios.enabled = false
as this will still let you use Flipper for Android.The text was updated successfully, but these errors were encountered: