[ios][eas] modify podfile on build

hi ) expo with dev-clients burn my mind ) awesome. i move back to eas build, after long way with expo eject for custom plugins. BUT ) i need modify podfile, add some flags. how can i do it?
example, i need add to Podfile:
$RNAppsFlyerStrictMode=true
to tuen AppsFlyer module to strict mode for Kids app. any ideas?

it’s not pretty but here’s an example of modifying podfile expo-cli/Maps.ts at master · expo/expo-cli · GitHub

in the future, we are looking to extend the autolinking api to give better hooks into controlling podfile behavior

1 Like

ty, but its not good way, yeah) at now i forked necessary packages and edit podsec file by hand and its easy and safety. but in future, with dev-client, we need tools to edit podfile