Skip to content

Commit

Permalink
fix: add react-native.config.js to npm package (#1611)
Browse files Browse the repository at this point in the history
## Description

Autolinking was added with #1585 and it added `react-native.config.js`
file with codegen configuration, **but** it did not add this file to npm
include list causing its absence in final released package...

Fixes #1608

## Changes

Added `react-native.config.js` to npm file list in main `package.json`


## Test code and steps to reproduce

See #1608 for reproductions.

## Checklist

- [x] Ensured that CI passes
  • Loading branch information
kkafar authored Oct 11, 2022
1 parent 5c589c4 commit ae4758b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"ios/",
"windows/",
"RNScreens.podspec",
"react-native.config.js",
"README.md",
"!**/__tests__",
"!android/src/main/java/com/swmansion/rnscreens/LifecycleHelper.kt"
Expand Down

0 comments on commit ae4758b

Please sign in to comment.