Update README.md

This commit is contained in:
2025-10-06 16:16:59 -04:00
parent ee568d292c
commit 7bffca871e

View File

@@ -369,15 +369,6 @@ TouchEffect.Maui is fully accessible by default:
**Windows**: Hover only works with mouse/pen, not touch input
## Migration from Xamarin
If migrating from Xamarin.Forms TouchEffect:
1. Update namespace: `Xamarin.CommunityToolkit``MarketAlly.TouchEffect.Maui`
2. Update package reference to `MarketAlly.TouchEffect.Maui`
3. Add `.UseMauiTouchEffect()` in MauiProgram.cs
4. Properties and behavior remain the same
## Contributing
We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for details.
@@ -428,9 +419,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
## Support
- 📖 [Documentation](https://github.com/MarketAlly/TouchEffect/wiki)
- 🐛 [Report Issues](https://github.com/MarketAlly/TouchEffect/issues)
- 💬 [Discussions](https://github.com/MarketAlly/TouchEffect/discussions)
- 🐛 [Report Issues](https://github.com/MarketAlly/TouchEffect.Maui/issues)
- ⭐ Star this repository if you find it helpful!
---