Skip to content

Commit

Permalink
Yarn 4
Browse files Browse the repository at this point in the history
  • Loading branch information
hsjoberg committed Feb 25, 2024
1 parent 94c2f68 commit 4271a2b
Show file tree
Hide file tree
Showing 3 changed files with 19,807 additions and 14,312 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ It's useful if you want to make design and GUI changes.

### Android

- Install [Node](https://nodejs.org), [Yarn](https://classic.yarnpkg.com) and [Android Studio + Android SDK (including NDK)](https://developer.android.com/studio/)
- Install [Node](https://nodejs.org), [Yarn](https://yarnpkg.com/getting-started/install) and [Android Studio + Android SDK (including NDK)](https://developer.android.com/studio/)
- If needed, install an emulated android device inside Android Studio
- Download lnd binary from [from the latest Blixt Wallet release](https://github.com/hsjoberg/blixt-wallet/releases) and put it in `android/lndmobile`. Alternatively build lnd for Android by following the steps in [Build Lnd For mobile](https://github.com/lightningnetwork/lnd/tree/master/mobile)
- Get the tor sub-module: `git submodule update --init`
Expand All @@ -73,7 +73,7 @@ To start the application:
- Run: `yarn start-metro`
- Run: `yarn android:mainnet-debug` or `yarn android:testnet-debug`

For building Blixt Android on Windows, follow the build steps [here](./build-steps-android-windows.md).
For building Blixt Android on Windows, follow the additional build steps [here](./build-steps-android-windows.md).

### iOS

Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"name": "BlixtWallet",
"version": "0.7.0",
"private": true,
"packageManager": "[email protected]",
"nodeLinker": "node-modules",
"scripts": {
"android": "react-native run-android --appIdSuffix debug",
"ios": "react-native run-ios",
Expand Down
Loading

0 comments on commit 4271a2b

Please sign in to comment.