-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: Update RN version #1043
base: master
Are you sure you want to change the base?
WIP: Update RN version #1043
Conversation
package.json
Outdated
"react-native": "^0.74.4", | ||
"react": "18.3.1", | ||
"react-native": "0.77.0", | ||
"@react-native-community/cli": "15.0.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The below packages are dev dependancies, not a prod dependancies
"@react-native-community/cli": "15.0.1",
"@react-native-community/cli-platform-android": "15.0.1",
"@react-native-community/cli-platform-ios": "15.0.1",
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Manikandan-saminathan they are added as part of devDepdendencies
. Am I missing anything here?
Changes
Please describe both what is changing and why this is important. Include:
References
Please include relevant links supporting this change such as a:
Please note any links that are not publicly accessible.
Testing
Please describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.
Checklist