Skip to content

Commit

Permalink
feat: pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Shamoil authored and Shamoil committed Sep 10, 2024
1 parent bb4b3c6 commit f764418
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ Node 8 or greater is required. Development for iOS requires a Mac and Xcode 9 or

You also need to install the dependencies required by React Native:

- for [Android development](https://facebook.github.io/react-native/docs/getting-started.html#installing-dependencies-3)
- for [iOS development](https://facebook.github.io/react-native/docs/getting-started.html#installing-dependencies)
- for [Android development](https://reactnative.dev/docs/set-up-your-environment?platform=android)
- for [iOS development](https://reactnative.dev/docs/set-up-your-environment?platform=ios)

## Using the template

Expand Down
6 changes: 3 additions & 3 deletions android/sentry.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

auth.token=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
auth.token=YOUR_SENTRY_AUTH_TOKEN

defaults.org=wednesday-solutions-5p
defaults.project=react-native
defaults.org=YOUR_ORG_NAME
defaults.project=YOUR_PROJECT_NAME

defaults.url=https://sentry.io/
6 changes: 3 additions & 3 deletions ios/sentry.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

auth.token=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
auth.token=YOUR_SENTRY_AUTH_TOKEN

defaults.org=wednesday-solutions-5p
defaults.project=react-native
defaults.org=YOUR_ORG_NAME
defaults.project=YOUR_PROJECT_NAME

defaults.url=https://sentry.io/

0 comments on commit f764418

Please sign in to comment.