Skip to content

Commit

Permalink
Improve REGEX
Browse files Browse the repository at this point in the history
  • Loading branch information
demchenkoalex committed Aug 16, 2021
1 parent 7285208 commit 7663063
Show file tree
Hide file tree
Showing 6 changed files with 685 additions and 646 deletions.
4 changes: 2 additions & 2 deletions example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ buildscript {
minSdkVersion = 21
compileSdkVersion = 30
targetSdkVersion = 30
kotlinVersion = '1.5.20'
ndkVersion = '22.1.7171670'
kotlinVersion = '1.5.21'
ndkVersion = '23.0.7599858'
}
repositories {
google()
Expand Down
10 changes: 5 additions & 5 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
"react-native": "^0.64.2"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/runtime": "^7.14.6",
"@babel/core": "^7.15.0",
"@babel/runtime": "^7.15.3",
"@react-native-community/eslint-config": "^3.0.0",
"@types/jest": "^26.0.24",
"@types/react-native": "^0.64.12",
"@types/react-native": "^0.64.13",
"@types/react-test-renderer": "^17.0.1",
"babel-jest": "^26.6.3",
"eslint": "^7.30.0",
"eslint": "^7.32.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.66.1",
"metro-react-native-babel-preset": "^0.66.2",
"react-test-renderer": "^17.0.2",
"typescript": "^4.3.5"
},
Expand Down
Loading

0 comments on commit 7663063

Please sign in to comment.