kirillzyusko / react-native-keyboard-controller

Keyboard manager which works in identical way on both iOS and Android
https://kirillzyusko.github.io/react-native-keyboard-controller/
MIT License
1.54k stars 61 forks source link

chore: activate 120 FPS on ProMotion devices in example apps #389

Closed kirillzyusko closed 5 months ago

kirillzyusko commented 5 months ago

📜 Description

Activate 120 FPS on ProMotion devices in example apps.

💡 Motivation and Context

I have such tip in documentation, but in example app I didn't have it 🙈

image

So in this PR I'm enabling this flag and unlocking 120 FPS in both example apps (paper & fabric).

📢 Changelog

iOS

🤔 How Has This Been Tested?

Tested manually on iPhone 14 Pro (iOS 17.2).

📝 Checklist