Skip to content

Commit

Permalink
chore: react-native bump required config updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlaessig committed Nov 13, 2024
1 parent 9d55f7a commit 0c96dc4
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 156 deletions.
3 changes: 3 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export default {
presets: ['module:@react-native/babel-preset'],
};
3 changes: 0 additions & 3 deletions babel.config.json

This file was deleted.

4 changes: 4 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export default {
preset: 'react-native',
verbose: true,
};
4 changes: 0 additions & 4 deletions jest.config.json

This file was deleted.

164 changes: 16 additions & 148 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
},
"homepage": "https://github.com/byteburgers/react-native-autocomplete-input#readme",
"devDependencies": {
"@react-native/metro-config": "^0.76.1",
"@tsconfig/react-native": "^3.0.5",
"@types/jest": "^29.4.0",
"@types/react": "^18.0.28",
Expand All @@ -42,7 +43,6 @@
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"jest": "^29.4.3",
"metro-react-native-babel-preset": "^0.77.0",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-native": "^0.76.1",
Expand Down

0 comments on commit 0c96dc4

Please sign in to comment.