Skip to content

Commit 7f6fa10

Browse files
authored
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' # # ------------------------------------------- ```
1 parent 6d35373 commit 7f6fa10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"RNSVG.podspec",
2424
"!android/build",
2525
"windows",
26-
"react-native.config.js"
26+
"react-native.config.js",
27+
"scripts/rnsvg_utils.rb"
2728
],
2829
"react-native-builder-bob": {
2930
"source": "src",

0 commit comments

Comments
 (0)