File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,9 @@ Which came from https://facebook.github.io/react-native/blog/2018/05/07/using-ty
15
15
16
16
1 . Run ` yarn install ` in this directory.
17
17
18
- 2 . Run ` yarn install && yarn build ` in the [ root directory] ( ../ ) (` ../ ` ) to generate the library's ` dist ` folder.
18
+ 2 . Install Pods by running: ` cd ios && pod install && cd .. `
19
+
20
+ 3 . Run ` yarn install && yarn build ` in the [ root directory] ( ../ ) (` ../ ` ) to generate the library's ` dist ` folder.
19
21
20
22
### 1: ENV File
21
23
@@ -24,8 +26,8 @@ I've also added `react-native-dotenv` for easier configuration. In order to con
24
26
``` env
25
27
SPOTIFY_CLIENT_ID="client_id_from_spotify_dashboard"
26
28
SPOTIFY_REDIRECT_URL="redirect_uri_registered_in_spotify_dashboard"
27
- SPOTIFY_TOKEN_REFRESH_URL="http://{MACHINE_IP_ADDRESS}:3001 /refresh"
28
- SPOTIFY_TOKEN_SWAP_URL="http://{MACHINE_IP_ADDRESS}:3001 /swap"
29
+ SPOTIFY_TOKEN_REFRESH_URL="http://{MACHINE_IP_ADDRESS}:3000 /refresh"
30
+ SPOTIFY_TOKEN_SWAP_URL="http://{MACHINE_IP_ADDRESS}:3000 /swap"
29
31
```
30
32
31
33
> Note 1: The last two entries define the auth server endpoints. You can run the [ example auth server] ( ../example-server/README.md ) for this purpose.
You can’t perform that action at this time.
0 commit comments