Skip to content

Commit

Permalink
Update update_recommendations.md
Browse files Browse the repository at this point in the history
  • Loading branch information
m4yl1s authored Jan 11, 2024
1 parent 42bae47 commit 4b2bdd5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions update_recommendations.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,11 @@ touch ShowAddressScreen.js
touch tsconfig.json
```
Copy the App.js file

Index.js file doesn't exist anymore. Import the polyfill in App.js

DeviceSelectionScreen.js: Copy the file (added lines for Android permissions requests)

Add the babel.config.js file in code implementation

Update the folder view since there is no "src" file anymore
Expand Down Expand Up @@ -175,16 +178,19 @@ The rest of the walkthrough is suitable for a correct implementation
Functional with Node.js version 20.9.0 using Expo 49.0.15

Prerequisites:

Java JRE and JDK: Install Java JRE and JDK: `brew install --cask zulu17`

Mobile app build part:

Install Java JRE and JDK: `brew install --cask zulu17`

Projet initialization + Code implementation + Dependencies installation: cf. above in the React Native Bluetooth on Android part

Remove the Pod installation part

Mobile app test:

Application build on XCode is not needed.
Instead run:
```
Expand Down

0 comments on commit 4b2bdd5

Please sign in to comment.