Skip to content

Conversation

@sharath2727
Copy link
Contributor

@sharath2727 sharath2727 commented Nov 13, 2025

Description

Type of Change

Erase all that don't apply.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • Automation (AI changes or Github Actions to reduce effort of manual tasks)

Why

What is the motivation for this change? Add a few sentences describing the context and overall goals of the pull request's commits.

Resolves [Add Relevant Issue Here]

What

What changes were made to the codebase to solve the bug, add the functionality, etc. that you specified above.

Screenshots

Add any relevant screen captures here from before or after your changes.

Testing

If you added tests that prove your changes are effective or that your feature works, add a few sentences here detailing the added test scenarios.

Optional: Describe the tests that you ran locally to verify your changes.

Changelog

Should this change be included in the release notes: indicate yes or no

Add a brief summary of the change to use in the release notes for the next release.

Microsoft Reviewers: Open in CodeFlow

EXPORTS
DllCanUnloadNow = WINRT_CanUnloadNow PRIVATE
DllGetActivationFactory = WINRT_GetActivationFactory PRIVATE
RegisterXamlHostComponentView
Copy link
Contributor

Choose a reason for hiding this comment

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

Why are we adding RegisterXamlHostComponentView as a part of DLL exports. Xaml hosting is part of same DLL right?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think we can get rid of this. Let me check how to that is on me. But this should not block you.

import * as React from 'react';
import RawCalendarView from './CalendarViewNativeComponent';

import XamlHost from 'react-native-windows/Libraries/Components/Xaml/XamlHost';
Copy link
Contributor

Choose a reason for hiding this comment

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

Are we not exporting XamlHost tag from react-native-windows? Like import XamlHost from "react-native-windows"
instead of 'react-native-windows/Libraries/Components/Xaml/XamlHost'

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is a task that needs to be fixed: #15317

@@ -0,0 +1,2 @@
import { CalendarView, RawCalendarView} from './CalendarView';
export { CalendarView, RawCalendarView };
Copy link
Contributor

Choose a reason for hiding this comment

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

These seem duplicate we are already exporting { CalendarView, RawCalendarView } from CalendarView.tsx

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.

2 participants