SDK 46 build error on expo-dev-menu

in this project

when I remove
["expo-build-properties", {"ios": {"useFrameworks": "dynamic"}}], in app.json file, it builds successfully. Otherwise it fails with the message about DevMenuRNGestureHandlerStateManager.h

In this project this config is useless but for react-native-firebase it is mandatory

I already had an issue on sdk 45 with this configuration (as discussed with @notbrent in this topic : 'EXDevMenu-Swift.h' file not found - #13 by mlecoq)

Something new in sdk 46 about expo-build-properties ?