Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typescript support for this library needed #26

Open
arghyaExicube opened this issue Jan 8, 2019 · 2 comments
Open

Typescript support for this library needed #26

arghyaExicube opened this issue Jan 8, 2019 · 2 comments

Comments

@arghyaExicube
Copy link

This is library does not support Typescript. @

@smitthakkar1
Copy link

+1

@jsamr
Copy link

jsamr commented May 14, 2019

// react-native-android-keyboard-adjust.d.ts
declare module 'react-native-android-keyboard-adjust' {
  interface AndroidKeyboardAdjustStatic {
    setAdjustNothing: () => void
    setAdjustPan: () => void
    setAdjustResize: () => void
    setAdjustUnspecified: () => void
    setAlwaysVisible: () => void
    setAlwaysHidden: () => void
    setVisible: () => void
    setHidden: () => void
    setUnchanged: () => void
  }
  const AndroidKeyboardAdjust: AndroidKeyboardAdjustStatic
  export default AndroidKeyboardAdjust
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants