react-native-oh-library / react-native-harmony-svg

SVG library for React Native OpenHarmony.
6 stars 29 forks source link

refactor: rename Utils.h to SvgUtils.h #272

Closed JCdahuzi closed 1 month ago

JCdahuzi commented 1 month ago

Summary

utils/Utils.h 文件和其他包重名冲突,导致同时引入两个包时,会出现编译报错,所以将Utils.h改名为SvgUtils.h

Test Plan

none

closed #273