react-native-leader-line
Version:
React Native port of leader-line library for drawing arrow lines and connectors
14 lines • 722 B
JavaScript
/**
* Internal version tracking for react-native-leader-line development
* This version is incremented with each fix/change for debugging purposes
*/
export const LIBRARY_VERSION = "1.0.5";
export const VERSION_NOTES = "Fixed React multiple copies issue using peerDependencies";
export const BUILD_TIMESTAMP = "2025-06-14_21:00:00";
// Version history:
// 1.0.0 - Initial library setup
// 1.0.1 - Fixed JSX transform useState error + Added version tracking system
// 1.0.2 - Complete rebuild + Environment reset + Fixed persistent useState error
// 1.0.3 - Force cache clear + Runtime logging + Library verification
// 1.0.4 - Fixed React multiple copies issue using peerDependencies
//# sourceMappingURL=version.js.map