@@ -455,18 +455,18 @@ both of these requirements should be met and the counter app installed on your
455
455
Android device/emulator.
456
456
457
457
If you _haven't_ completed/done the
458
- [intro to solana mobile](/content/courses/mobile/intro-to-solana-mobile) you
459
- will need to:
458
+ [intro to solana mobile](https://github.com/solana-developers/react-native-fake-wallet)
459
+ you will need to:
460
460
461
461
1. Setup an
462
- [Android React Native developer environment](https://reactnative.dev/docs/set-up-your-environment )
462
+ [Android React Native developer environment](https://github.com/solana-developers/react-native-fake-wallet )
463
463
with a device or emulator
464
464
2. Install a
465
- [Devnet Solana dApp](https://github.com/Unboxed-Software/ solana-react-native-counter.git )
465
+ [Devnet Solana dApp](https://github.com/solana-developers/ react-native-fake-wallet )
466
466
by doing the following steps in your terminal:
467
467
468
468
` ` ` bash
469
- git clone https :// github.com/Unboxed-Software/ solana-react-native-counter.git
469
+ git clone https :// github.com/solana-developers/ react-native-fake-wallet
470
470
cd solana - react - native - counter
471
471
npm run install
472
472
` ` `
@@ -559,7 +559,8 @@ Next, in `android/build.gradle`, change the `minSdkVersion` to version `23`.
559
559
` ` `
560
560
561
561
Finally, finish the initial setup by building the app. You should get the
562
- default React Native app showing up on your device.
562
+ default React Native app showing up on your
563
+ device./environment-setup?os=linux&platform=android&guide=native#jdk-studio
563
564
564
565
` ` ` bash
565
566
npm run android
@@ -1615,7 +1616,7 @@ the Challenge.
1615
1616
Nice work ! Creating a wallet , even a " fake" version , is no small feat . If you
1616
1617
got stuck anywhere , make sure to go back through it until you understand what ' s
1617
1618
happening . Also , feel free to look through the lab ' s
1618
- [solution code on the ` main ` branch ](https :// github.com/Unboxed-Software /react-native-fake-solana -wallet).
1619
+ [solution code on the ` main ` branch ](https :// github.com/solana-developers /react-native-fake-wallet).
1619
1620
1620
1621
## Challenge
1621
1622
@@ -1624,7 +1625,7 @@ request types: `SignMessagesRequest` and `SignTransactionsRequest`.
1624
1625
1625
1626
Try to do this without help as it ' s great practice, but if you get stuck, check
1626
1627
out the
1627
- [solution code on the ` solution ` branch ](https :// github.com/Unboxed-Software /react-native-fake-solana-wallet/tree/solution).
1628
+ [solution code on the ` solution ` branch ](https :// github.com/solana-developers /react-native-fake-solana-wallet/tree/solution).
1628
1629
1629
1630
<Callout type = " success" title = " Completed the lab?" >
1630
1631
Push your code to GitHub and
0 commit comments