update documentation links and fix naming inconsistencies
Open
savvar9991
opened this issue 11 months ago
•
0 comments
1. Update Links to react-native-reanimated Documentation
- Issue: Old links were pointing to outdated sections of the
react-native-reanimated documentation.
- Solution: Updated all relevant links to direct to the current sections of the documentation.
- Visual Reference:

2. Correct Typos in SVG Canvas Description
- Change: Replaced "od" with "of" in the properties section.
- Impact: Improves readability and professionalism of the documentation.
3. Correct Component Name
- Before:
ChartProvider
- After:
ChartPathProvider
- Reason: Updated to match the current library API, ensuring consistency and preventing potential integration issues.
4. Correct Reference to the Source Library
- Before:
victorian lib
- After:
vistorian lib
- Purpose: Fixes the library name to accurately reference the correct source, avoiding confusion.
5. Update Project Name
- Before:
Reanimated library
- After:
React Native Animated Charts
- Justification: Uses the official name of the library for clarity and proper identification.