I was seeing build issues with the NotificationServiceExtension on iOS release builds until I disabled Flipper.
Flipper has always been a pain with builds and build times, and has always kind of sucked as a debugging tool. Instead, a later diff in this stack will introduce expo-dev-client, which has the ability to do JS debugging with Hermes.
Depends on D5900