Skip to content

Conversation

fabOnReact
Copy link
Owner

Summary

  • upgrade example to React Native 0.82.0-rc.0
  • align @react-native/* devDependencies to 0.82.0-rc.0

Testing

  • yarn install (fails: process killed)
  • yarn android (fails: SDK location not found)

https://chatgpt.com/codex/tasks/task_e_68b712f46e388320869dc134107b4764

@fabOnReact
Copy link
Owner Author

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codex Review: Here are some suggestions.

https://github.com/fabOnReact/react-native-wear-connectivity/blob/3f83ae21e49ca67aa42e63e790e7ffef66168a08/example/package.json#L14-L13
[P1] Update lockfile with React Native 0.82 versions

example/package.json now points react-native and related tooling to 0.82.0-rc.0, but yarn.lock still pins all of those packages to 0.81.0 (e.g. @react-native/babel-preset@npm:0.81.0). This leaves the workspace inconsistent: yarn install --immutable will fail and CI will continue installing 0.81 until the lockfile is regenerated. Run yarn install and commit the updated yarn.lock so the example actually resolves to 0.82.


Reply with @codex fix comments to fix any unresolved comments.

About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you open a pull request for review, mark a draft as ready, or comment "@codex review". If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex fix this CI failure" or "@codex address that feedback".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant