4.0.1 • Published 6 months ago

@drivekyte/react-native-camera v4.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

@drivekyte/react-native-camera

Kyte Mobile react-native-camera adapter

Installation

yarn add react-native-vision-camera react-native-reanimated@^2.17.0 && npx pod-install

Follow the reanimated setup, make sure to import the react-native-reanimated at your first line in index.tsx

import 'react-native-reanimated'

Usage

import { CaptureImage } from '@drivekyte/react-native-camera';

return (
    <Box>
        <CaptureImage
            visible={visible}
            retakeCta="retake"
            confirmCta="confirm"
            title="Capture Image"
            onClose={closeCamera}
            onConfirmPhoto={closeCamera}
            />
    </Box>
)
4.0.1

6 months ago

4.0.0

10 months ago

2.1.2

12 months ago

2.1.1

12 months ago

1.1.0

1 year ago

3.0.0

11 months ago

2.1.0

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.0.1

1 year ago