Skip to content

Commit

Permalink
fix: make sure react-native.config.json is shipped with each library F…
Browse files Browse the repository at this point in the history
…ixes #647 (#648)

### Summary

With the new introduction of
a90142f#diff-4282562f42ade49c2eb46dee36bcbb7987322efec211330f48387a10e5514678R206
that adds `includeGeneratedCode`, `react-native.config.js` needs to be
shipped with the NPM module to signal what directory to use.

### Test plan

Tested `react-native-vector-icons` where I discovered this issue against
my project.
  • Loading branch information
johnf authored Oct 11, 2024
1 parent 091a768 commit 86fab42
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"ios",
"cpp",
"*.podspec",
"react-native.config.json",
"!ios/build",
"!android/build",
"!android/gradle",
Expand Down

0 comments on commit 86fab42

Please sign in to comment.