teslamotors / react-native-camera-kit

A high performance, easy to use, rock solid camera library for React Native apps.
MIT License
2.42k stars 577 forks source link

Cannot find module 'react-native-camera-kit' or its corresponding type #661

Closed muffix200 closed 1 month ago

muffix200 commented 1 month ago

HI, currently i'm using react-native-camera-kit@v14.0.0-beta13 everything is working but when i try to install yarn add react-native-camera-kit@v14.0.0-beta14 it shows this error Cannot find module 'react-native-camera-kit' or its corresponding type declarations.ts(2307):

import {Camera, CameraType} from 'react-native-camera-kit';

i'm using react native 0.72.7

muffix200 commented 1 month ago

react-native-camera-kit@v14.0.0-beta15 fixed this issue