Jiwoon Won

Results 1 comments of Jiwoon Won

Declare this definition file on your own project ``` declare module 'react-native-actionsheet' { import { Component } from 'react'; interface Props { options: (string | React.ReactNode)[]; onPress: (index: number) =>...