Skip to content

Commit 625236b

Browse files
johnfatlj
andauthored
fix: add react-native.config.js to the published file list (#659)
### Summary I typed .json instead of .js in the last commit Co-authored-by: Burak Güner <[email protected]>
1 parent f822763 commit 625236b

File tree

1 file changed

+1
-1
lines changed
  • packages/create-react-native-library/templates/common

1 file changed

+1
-1
lines changed

packages/create-react-native-library/templates/common/$package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"ios",
2525
"cpp",
2626
"*.podspec",
27-
"react-native.config.json",
27+
"react-native.config.js",
2828
"!ios/build",
2929
"!android/build",
3030
"!android/gradle",

0 commit comments

Comments
 (0)