Installing our SDK
This section describes how to install our SDK.
Install the @typecastdev/react-lib
package.
@typecastdev/react-lib
package.In the root folder of your app run one of the following commands to install @typecastdev/react-lib
, depending on the package manager you use.
Note that if you do not use versions of packages listed in our peer dependencies list, you may have trouble installing our package. Please don't hesitate to contact our Maintainers, or check our troubleshooting section.
Using npm
npm
Using yarn
yarn
Using pnpm
pnpm
Verify the package installed correctly
Once you've installed the package, make sure you should see the following in your package.json
Congratulations! You've successfully installed @typecastdev/react-lib
in your codebase!
Last updated