You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let Metro Bundler run in its _own_ terminal. Open a _new_ terminal from the _root_ of your React Native project. Run the following command to start your _Android_ or _iOS_ app:
>**Note**: Make sure you have completed the [React Native - Environment Setup](https://reactnative.dev/docs/environment-setup) instructions till "Creating a new application" step, before proceeding.
⚠️ **IMPORTANT**: Make sure you have completed the [React Native - Environment Setup](https://reactnative.dev/docs/set-up-your-environment) instructions on both iOS and Android targets before proceeding.
Please fix the PR branch name to match the convention, see CONTRIBUTING.md.
Wrong branch name: docs/update-onboarding
ℹ️ Regex to match: /^(release|chore\/backmerge(-.+){0,}|(feature|feat|bugfix|bug|hotfix|fix|support|chore|core|doc|refacto|refactor)\/((dsdk|live)-[0-9]+|no-issue|NOISSUE|issue-[0-9]+)-.+)/i
Rules:
Must start with a type (feature, feat, bugfix, bug, hotfix, fix, support, chore, core, doc, refacto, refactor)
Followed by a SLASH ("/")
Followed by a JIRA issue number (DSDK-1234) (LIVE-1234) or "no-issue" or "issue-1234" if fixing a Github issue
Followed by a DASH ("-")
Followed by a description
ℹ️ Example: feat/dsdk-1234-my-feature
🚫
Please fix the PR title to match the convention, see CONTRIBUTING.md.
Wrong PR title: 📝 (docs): Update README
ℹ️ Regex to match: /^.+ \(([a-z]+\-?){1,}\) \[(DSDK-[0-9]+|LIVE-[0-9]+|NO-ISSUE|ISSUE-[0-9]+)\]: [A-Z].*/
Rules:
Must start with a word (usually an emoji)
Followed by a SPACE
Followed by a scope in parentheses and in LOWERCASE
Followed by a SPACE
Followed by a JIRA issue number or NO-ISSUE or ISSUE- in [brackets] (uppercase)
Followed by a colon (":") and a SPACE
Followed by a Capitalized message
ℹ️ Example: ✨ (scope) [DSDK-1234]: My feature
Messages
⚠️
No changeset file found. Please make sure this is intended or add a changeset file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 Description
Small updates to the README file (NO JIRA / No changeset)
Page preview here.
✅ Checklist
Pull Requests must pass CI checks and undergo code review. Set the PR as Draft if it is not yet ready for review.
🧐 Checklist for the PR Reviewers