You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: create view using context provided by createViewInstance method (#114)
## 📜 Description
Use context provided by `createViewInstance` for view creation.
## 💡 Motivation and Context
Partially fixes the problem described in
#113
We need to use actual context provided by `createViewInstance`.
Otherwise after hot reloading context may be invalid and keyboard events
will not be send to JS thread (since UIManager will be invalid).
## 📢 Changelog
### Android
- use `reactContext` from params instead of constructor value;
## 🤔 How Has This Been Tested?
Tested manually on Pixel 7 Pro and Xiaomi Redmi Note 5 Pro (real
devices).
## 📝 Checklist
- [x] CI successfully passed
0 commit comments