Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
* master:
  Update version to 3.2.4
  Use export default
  Set format as esm
  Just use regex instead of replaceAll to fix error on lower version of node
  Update README.md
  Bump husky from 8.0.2 to 8.0.3
  Bump esbuild from 0.16.12 to 0.16.13
  • Loading branch information
junedomingo committed Jan 5, 2023
2 parents b89f473 + bfcf92a commit 94b1aec
Show file tree
Hide file tree
Showing 5 changed files with 110 additions and 111 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Rename react-native app with just one command

![react-native-rename](https://cloud.githubusercontent.com/assets/5106887/24444940/cbcb0a58-149a-11e7-9714-2c7bf5254b0d.gif)

> This package assumes that you created your react-native project using `react-native init`.
> This package assumes that you created your react-native project using `react-native init` or `expo bare workflow`.
**Note:** This package does not attempt to properly rename build artifacts such as `ios/build` or Cocoa Pod installation targets. After renaming your project you should clean, build, and reinstall third party dependencies to get it running properly with the new name.

Expand Down
4 changes: 1 addition & 3 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
const config = {
export default {
verbose: true,
testPathIgnorePatterns: ['rn-versions', 'patches'],
};

module.exports = config;
Loading

0 comments on commit 94b1aec

Please sign in to comment.