just failed using Anthropic sdk in an expo project and found this...
installed the package with
npm i anthropic-react-native
and in code
import Anthropic from "anthropic-react-native"; //error: Cannot find module 'anthropic-react-native' or its corresponding type declarations.ts(2307)
just failed using Anthropic sdk in an expo project and found this...
installed the package with
npm i anthropic-react-native
and in code