Skip to content
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

Add VS2022 support and misc #226

Merged
merged 3 commits into from
Jul 30, 2022
Merged

Add VS2022 support and misc #226

merged 3 commits into from
Jul 30, 2022

Conversation

namrog84
Copy link
Contributor

@namrog84 namrog84 commented May 4, 2022

  • Add VS2022 support
  • Suppress AddLogListener NativeEventListener warnings.
    • "Warning: new NativeEventEmitter() was called with a non-null argument without the required addListener method.
    • Also warning for removeListeners method
  • Remove unnecessary reference dependency

@@ -155,11 +156,6 @@
<ItemGroup>
<Midl Include="ReactPackageProvider.idl" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(ReactNativeWindowsDir)\Microsoft.ReactNative\Microsoft.ReactNative.vcxproj">
Copy link
Contributor Author

@namrog84 namrog84 May 4, 2022

Choose a reason for hiding this comment

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

This was only originally needed before Microsoft.ReactNative.Uwp.CppLib.props and Microsoft.ReactNative.Uwp.CppLib.targets was added and imported. And those were added long ago.

@namrog84
Copy link
Contributor Author

namrog84 commented Jun 1, 2022

Hi @wonday, is there anything I can do or change that would help get this in? 👍
Thanks!

@Nesh108
Copy link

Nesh108 commented Jul 19, 2022

@wonday we definitely need this PR otherwise this package won't work with newer versions of React-Native.

@wonday wonday merged commit fb9ecf9 into wonday:master Jul 30, 2022
@wonday
Copy link
Owner

wonday commented Jul 30, 2022

Thank you.

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