Problem
posthog-react-native 4.43.13 (PostHog/posthog-js#3498) added support for honoring appearance.position on all 9 SurveyPosition values (top_left, top_center, top_right, middle_left, middle_center, middle_right, left, center, right). Survey UI on iOS still renders bottom-only regardless of the configured position.
This means surveys created in the PostHog UI with a custom position will not visually match what users see on iOS, breaking parity with the web SDK and React Native.
Expected behavior
Honor appearance.position in the iOS survey UI, matching the web SDK semantics:
top_* → anchored to top edge
middle_* → vertical middle
left / center / right (no prefix) → anchored to bottom edge
Reference
Problem
posthog-react-native4.43.13 (PostHog/posthog-js#3498) added support for honoringappearance.positionon all 9SurveyPositionvalues (top_left, top_center, top_right, middle_left, middle_center, middle_right, left, center, right). Survey UI on iOS still renders bottom-only regardless of the configuredposition.This means surveys created in the PostHog UI with a custom position will not visually match what users see on iOS, breaking parity with the web SDK and React Native.
Expected behavior
Honor
appearance.positionin the iOS survey UI, matching the web SDK semantics:top_*→ anchored to top edgemiddle_*→ vertical middleleft/center/right(no prefix) → anchored to bottom edgeReference