Skip to content

Commit 8313ff2

Browse files
committed
fix: bad formatting of readme
1 parent 493fbf0 commit 8313ff2

File tree

1 file changed

+2
-3
lines changed
  • sample-apps/react-native/ExpoTikTokApp

1 file changed

+2
-3
lines changed

sample-apps/react-native/ExpoTikTokApp/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,5 @@ The `token` field will be preferred over the token provider, if it exists.
107107
To use your own API key with the sample app, you may do the following steps.
108108

109109
1. Open the `sample-apps/react-native/ExpoTikTokApp/constants/stream.ts` file and change the `apiKey` variable to your own API key
110-
2. Populate the app with the respective API key with users, their feeds and their follow relationships
111-
3. The easiest way to do this is by running the `sample-apps/react-sample-app/setup-env.js` script either directly from our repository or from your own (you can temporarily replace the environment variables in place with your own credentials, you can simply omit `NEXT_PUBLIC_API_URL`)
112-
4. Create user tokens manually for the users you'd like to use like it's explained [here](#using-user-tokens-directly), since the token provider is not going to work out of the box
110+
2. Populate the app with the respective API key with users, their feeds and their follow relationships; the easiest way to do this is by running the `sample-apps/react-sample-app/setup-env.js` script either directly from our repository or from your own (you can temporarily replace the environment variables in place with your own credentials, you can simply omit `NEXT_PUBLIC_API_URL`)
111+
3. Create user tokens manually for the users you'd like to use like it's explained [here](#using-user-tokens-directly), since the token provider is not going to work out of the box

0 commit comments

Comments
 (0)