Skip to content

neynarxyz/react

Repository files navigation

@neynar/react

Introduction

@neynar/react is the official Frontend SDK from Neynar. This SDK includes React components to build Farcaster clients.

Peer dependencies

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"
}

Installation

  • For yarn

    yarn add @neynar/react
  • For npm

    npm install @neynar/react

Example app

Check out our example app for a demonstration of how to use @neynar/react.