Skip to content

Commit 33e35d9

Browse files
committed
fix conflict
2 parents f5f8461 + 55f89b5 commit 33e35d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ From our [documentation](https://docs.sentry.io/platforms/react-native/), the fo
3939

4040
1. git clone [email protected]:sentry-demos/sentry_react_native.git
4141
2. Add your DSN and BACKEND_URL for back-end to src/config.ts
42-
3. `export SENTRY_AUTH_TOKEN=<token>`
42+
3. `export const SENTRY_AUTH_TOKEN=<token>`
4343
4. Setup a Android Virtual Device via AVD Manager.
44-
5. If you don't have cocopods or get an error about cocopods out of date, run `gem install cocopods`
45-
6. `cd ios && pod install`
46-
7. `npm install`
44+
5. If you don't have cocoapods or get an error about cocopods out of date, run `gem install cocoapods`
45+
6. `npm install`
46+
7. `cd ios && pod install`
4747

4848
Don't forget to bump your release version depending on platform
4949
iOS: `Info.plist` `CFBundleShortVersionString`

0 commit comments

Comments
 (0)