Skip to content
This repository has been archived by the owner on May 7, 2022. It is now read-only.

Commit

Permalink
fix(🐛): minor documentation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
osamaqarem committed Aug 23, 2020
1 parent 8e91f1f commit 2daf0e3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion template/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# You can generate types for this using generate-env-types npm script
# You can generate types for this using generate-build-config npm script
ENV=DEVELOPMENT
MOCK_EXAMPLE_API=NO
GITHUB_API_BASE_URL=https://api.github.com
Expand Down
2 changes: 1 addition & 1 deletion template/.env.prod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# You can generate types for this using generate-env-types npm script
# You can generate types for this using generate-build-config npm script
ENV=PRODUCTION
MOCK_EXAMPLE_API=NO
GITHUB_API_BASE_URL=https://api.github.com
Expand Down
2 changes: 1 addition & 1 deletion template/.env.staging
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# You can generate types for this using generate-env-types npm script
# You can generate types for this using generate-build-config npm script
ENV=STAGING
MOCK_EXAMPLE_API=YES
GITHUB_API_BASE_URL=https://api.github.com
Expand Down
2 changes: 1 addition & 1 deletion template/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import store from "./src/redux/store"
// React Navigation, optimize memory usage.
enableScreens()

// Initialize sentry SDK. Insert your DSN string.
// Initialize sentry SDK (DSN string must be inserted in BuildConfig environment files).
const { SENTRY_DSN } = BuildConfig

if (typeof SENTRY_DSN === "string" && SENTRY_DSN.length > 0) {
Expand Down

0 comments on commit 2daf0e3

Please sign in to comment.