forked from ttdung11t2/react-native-confirmation-code-input
-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
1,077 additions
and
964 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module.exports = { | ||
presets: ['module:metro-react-native-babel-preset'], | ||
presets: ['module:@react-native/babel-preset'], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,33 +32,32 @@ | |
} | ||
}, | ||
"resolutions": { | ||
"@types/jest": "^29.1.2", | ||
"@types/react": "^18.0.21", | ||
"@types/react-native": "^0.70.4" | ||
"@types/jest": "^29.5.12", | ||
"@types/react": "^18.2.58" | ||
}, | ||
"devDependencies": { | ||
"@size-limit/preset-app": "^9.0.0", | ||
"@size-limit/preset-app": "^11.0.2", | ||
"@testing-library/react-hooks": "^8.0.1", | ||
"@testing-library/react-native": "^12.3.0", | ||
"@tsconfig/react-native": "^3.0.2", | ||
"@types/jest": "^29.5.5", | ||
"@types/react": "^18.2.28", | ||
"@types/react-test-renderer": "^18.0.3", | ||
"@typescript-eslint/eslint-plugin": "^6.7.5", | ||
"@typescript-eslint/parser": "^6.7.5", | ||
"@testing-library/react-native": "^12.4.3", | ||
"@tsconfig/react-native": "^3.0.3", | ||
"@types/jest": "^29.5.12", | ||
"@types/react": "^18.2.58", | ||
"@types/react-test-renderer": "^18.0.7", | ||
"@typescript-eslint/eslint-plugin": "^7.0.2", | ||
"@typescript-eslint/parser": "^7.0.2", | ||
"doctoc": "^2.2.1", | ||
"eslint": "^8.51.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"eslint": "^8.57.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"eslint-plugin-react": "^7.33.2", | ||
"jest": "^29.7.0", | ||
"prettier": "^3.0.3", | ||
"prettier": "^3.2.5", | ||
"react": "^18.2.0", | ||
"react-native": "^0.72.5", | ||
"react-native-test-app": "^2.5.28", | ||
"react-native": "0.73.4", | ||
"react-native-test-app": "^3.2.11", | ||
"react-test-renderer": "^18.2.0", | ||
"size-limit": "^9.0.0", | ||
"typescript": "^5.2.2" | ||
"size-limit": "^11.0.2", | ||
"typescript": "^5.3.3" | ||
}, | ||
"author": "David <[email protected]>", | ||
"description": "A react-native component to input confirmation code for both Android and IOS", | ||
|
Oops, something went wrong.