1.0.6 • Published 2 years ago

react-native-dot-picture v1.0.6

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

React-native-dot-picture is tools that help you interact, check or uncheck your photos

Usage

import ImageDot from 'react-native-dot-picture'

const { width, height } = Dimensions.get('window')

const [event, setEvent] = useState([])

const App = () => {
    return(
        <ImageDot
        image={'https://s3-ap-southeast-1.amazonaws.com/exam-scan/answer/20220104/61d40f4c79259ce0058a09bf.jpeg'}
        style={{ width: width, height: height }}
        icon1={require('./d.png')}
        icon2={require('./s.png')}
        event={event}
        onChange={setEvent}
        styleImage={{ width: width, height: height }}
      />
    )
}
1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago