From af96cacc604149f80c86550e35398d3058c50464 Mon Sep 17 00:00:00 2001 From: Bradley Matusiak Date: Sun, 24 Dec 2023 13:15:48 -0500 Subject: [PATCH] working --- react-native-tutorials/GUN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-tutorials/GUN.md b/react-native-tutorials/GUN.md index 8ccbf2b..872878e 100644 --- a/react-native-tutorials/GUN.md +++ b/react-native-tutorials/GUN.md @@ -11,7 +11,7 @@ npx react-native@0.70.6 init AwesomeProject --version 0.70.6 # step2: install packages ``` npm install text-encoding buffer #for gun/sea deps -npm install github:amark/gun github:bmatusiak/gun-unbuild github:bmatusiak/gun-rebuild-sea #for gun/sea +npm install github:bmatusiak/gun-unbuild github:bmatusiak/gun-rebuild-sea github:bmatusiak/gun#localStorage-fix #for gun/sea npm install react-native-webview react-native-webview-crypto react-native-get-random-values #for crypto npm install @react-native-async-storage/async-storage #for gun storage ```