Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: include
scripts/rnsvg_utils.rb
in release (#2607)
# Summary Hotfix for #2606, where `RNSVG.podspec` imports `scripts/rnsvg_utils.rb` but `scripts` catalog is not included in the release. Closes #2606 # Issue ```bash ❯ bundle exec pod install [!] Invalid `Podfile` file: [!] Invalid `RNSVG.podspec` file: cannot load such file -- /node_modules/react-native-svg/scripts/rnsvg_utils. # from /node_modules/react-native-svg/RNSVG.podspec:2 # ------------------------------------------- # require 'json' > require_relative './scripts/rnsvg_utils' # # ------------------------------------------- ```
- Loading branch information