4.0.1 • Published 2 years ago

@drivekyte/react-native-camera v4.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years 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

2 years ago

4.0.0

2 years ago

2.1.2

2 years ago

2.1.1

2 years ago

1.1.0

2 years ago

3.0.0

2 years ago

2.1.0

2 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.1

3 years ago