Skip to content

[CHORE] Update SDK and Example Projects to RN 0.79#870

Closed
marco-saia-datadog wants to merge 5 commits into
developfrom
marcosaia/dev/rn-79-update
Closed

[CHORE] Update SDK and Example Projects to RN 0.79#870
marco-saia-datadog wants to merge 5 commits into
developfrom
marcosaia/dev/rn-79-update

Conversation

@marco-saia-datadog
Copy link
Copy Markdown
Member

What does this PR do?

Updates the SDK and Example Projects to use RN 0.79.

Includes refactoring and clean-up of various parts in both the SDK and example project.

The dependency on react-native-navigation has been removed from the old-architecture example project.

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests
  • Make sure you discussed the feature or bugfix with the maintaining team in an Issue
  • Make sure each commit and the PR mention the Issue number (cf the CONTRIBUTING doc)
  • If this PR is auto-generated, please make sure also to manually update the code related to the change

Comment thread example/index.tsx
/**
* Sets the user information.
* @param extraUserInfo: The additional information. (To set the id, name or email please user setUserInfo).
* @param extraInfo The additional information. (To set the id, name or email please use setUserInfo).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

oops, thanks for fixing my typos 😅

canOverrideExistingModule = false,
needsEagerInit = false,
isCxxModule = false,
isTurboModule = isTurboModule
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Nice

/**
* Sets the user information.
* @param extraUserInfo: The additional information. (To set the id, name or email please user setUserInfo).
* @param extraInfo: The additional information. (To set the id, name or email please use setUserInfo).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🙇

Comment thread package.json
"react": "18.2.0",
"react-native": "0.73.9",
"react": "^19.0.0",
"react-native": "^0.79.2",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Perhaps we should lock this?

Copy link
Copy Markdown
Contributor

@sbarrio sbarrio left a comment

Choose a reason for hiding this comment

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

Left some minor nitpicks. Awesome job!

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants