@drivekyte/react-native-camera
TypeScript icon, indicating that this package has built-in type declarations

4.0.1 • Public • Published

@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>
)

Package Sidebar

Install

npm i @drivekyte/react-native-camera

Weekly Downloads

56

Version

4.0.1

License

MIT

Unpacked Size

143 kB

Total Files

145

Last publish

Collaborators

  • npmerson
  • gvirtuoso
  • filipe-kyte
  • joaolucas.drivekyte
  • infrakyte
  • conrado.drivekyte