Skip to content

Conversation

@ergenekonyigit
Copy link

Summary:

This PR updates the @see reference URL in ImageSource.d.ts to reflect the current repository structure.

The React Native repository has undergone the following changes:

  • The default branch was renamed from master to main
  • The file path changed from Libraries/Image/ImageSource.js to packages/react-native/Libraries/Image/ImageSource.js

Before:

/*
 * @see https://github.com/facebook/react-native/blob/master/Libraries/Image/ImageSource.js
 */

After:

/*
 * @see https://github.com/facebook/react-native/blob/main/packages/react-native/Libraries/Image/ImageSource.js
 */

Changelog:

[GENERAL] [FIXED] - Update ImageSource.d.ts @see reference URL to reflect current repository structure

Test Plan:

CI Green

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Dec 5, 2025
@facebook-github-bot facebook-github-bot added the Shared with Meta Applied via automation to indicate that an Issue or Pull Request has been shared with the team. label Dec 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Shared with Meta Applied via automation to indicate that an Issue or Pull Request has been shared with the team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants