react-native-translucent-modal icon indicating copy to clipboard operation
react-native-translucent-modal copied to clipboard

Provide index.d.ts

Open chugunomi opened this issue 6 years ago • 1 comments

You can lay on this code

declare module 'react-native-translucent-modal' {
  import { Modal } from 'react-native';
  export default class TranslucentModal extends Modal {}
}

chugunomi avatar Jan 17 '20 14:01 chugunomi

You also should really update minSdkVersion to 16

chugunomi avatar Jan 17 '20 14:01 chugunomi