-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ npx [email protected] 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 | ||
``` | ||
|