SIGN IN SIGN UP

fix: missing `themedContext` getter causes compilation errors (#1490)

## 📜 Description

Use getter for `themedContext` explicitly. Don't rely on auto-getters
anymore.

## 💡 Motivation and Context

<!-- Why is this change required? What problem does it solve? -->
<!-- If it fixes an open issue, please link to the issue here. -->

Closes
https://github.com/kirillzyusko/react-native-keyboard-controller/issues/1489

## 📢 Changelog

<!-- High level overview of important changes -->
<!-- For example: fixed status bar manipulation; added new types
declarations; -->
<!-- If your changes don't affect one of platform/language below - then
remove this platform/language -->

### Android

- explicitly use `getThemedContext` getter;

## 🤔 How Has This Been Tested?

Tested via CI. Old RN versions works as expected.

## 📸 Screenshots (if appropriate):

<img width="810" height="382" alt="image"
src="https://github.com/user-attachments/assets/bf2389ec-d216-473c-8989-2abff54d35cd"
/>

## 📝 Checklist

- [x] CI successfully passed
- [x] I added new mocks and corresponding unit-tests if library API was
changed
K
Kirill Zyusko committed
78c1f81e92569da4d464eb94d28aca331193bdef
Parent: 8e1da74
Committed by GitHub <noreply@github.com> on 6/9/2026, 7:45:09 AM