@neynar/react
is the official Frontend SDK from Neynar. This SDK includes React components to build Farcaster clients.
Please make sure that the following dependencies are already a part of your project.
{
"react": "^18.3.0",
"react-dom": "^18.3.0",
"@pigment-css/react": "^0.0.9"
}
-
For yarn
yarn add @neynar/react
-
For npm
npm install @neynar/react
Check out our example app for a demonstration of how to use @neynar/react
.