From b06b149ef3a7fa4cf69a1b4921012de117faec3b Mon Sep 17 00:00:00 2001 From: Timo Glastra Date: Fri, 18 Aug 2023 12:41:33 +0200 Subject: [PATCH] fix: react native setup for cheqd Signed-off-by: Timo Glastra --- guides/getting-started/set-up/cheqd/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/getting-started/set-up/cheqd/index.md b/guides/getting-started/set-up/cheqd/index.md index e6115dcf..fb1c0629 100644 --- a/guides/getting-started/set-up/cheqd/index.md +++ b/guides/getting-started/set-up/cheqd/index.md @@ -58,6 +58,8 @@ Using [Yarn `resolutions`](https://classic.yarnpkg.com/lang/en/docs/selective-ve } ``` + + Following that we need to add a buffer polyfill ```console @@ -73,8 +75,6 @@ global.Buffer = Buffer `import shim.js` file into your file where the App is imported - - ### Adding the cheqd to the Agent After installing the dependencies, we can register the cheqd Module on the agent by adding the below code snippet to the agent constructor.