Huy Tran
Huy Tran
@Simacho239 Hey I managed to use this lib perfectly. What's your problem?
@hanjjang18 I only use this to get the keyboard height when the soft input mode is adjustNothing. ```javascript const keyboardHeightChange = (isOpen: boolean, height: number) => { // here you...
@hanjjang18 the beautiful thing here is you can get the same behavior as iOS. So you can make a HOC or hooks, calculate some keyboard-related things, apply to both Android...
[ForegroundServiceModule](https://github.com/Raja0sama/rn-foreground-service/issues/107#issuecomment-2383776146) @Sanjaya94 You don't need to update that much code. These are enough, other codes are in function, which don't get invoked when initialized ``` const isAndroid = Platform.OS ===...