Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
"test": "jest"
},
"dependencies": {
"expo": "^48.0.0",
"expo-splash-screen": "~0.18.2",
"expo": "^49.0.5",
"expo-splash-screen": "~0.20.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.3",
"react-native-paper": "^5.8.0",
"react-native-web": "~0.18.11"
"react-native": "0.72.3",
"react-native-paper": "^5.9.1",
"react-native-web": "~0.19.6"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@expo/webpack-config": "^18.0.1",
"@babel/core": "^7.22.9",
"@expo/webpack-config": "^18.1.2",
"babel-loader": "^8.1.0",
"babel-plugin-module-resolver": "^4.1.0"
}
Expand Down
4,660 changes: 2,048 additions & 2,612 deletions example/yarn.lock

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,32 +50,32 @@
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.6.5",
"@commitlint/config-conventional": "^17.6.7",
"@react-native-community/eslint-config": "^3.2.0",
"@release-it/conventional-changelog": "^5.1.1",
"@testing-library/jest-native": "^5.4.2",
"@testing-library/react-native": "^11.5.4",
"@types/color": "^3.0.3",
"@types/jest": "^29.5.2",
"@types/react": "^18.2.8",
"@types/jest": "^29.5.3",
"@types/react": "^18.2.17",
"@types/react-native-vector-icons": "^6.4.13",
"@types/react-test-renderer": "^18.0.0",
"babel-loader": "^8.3.0",
"caniuse-lite": "^1.0.30001492",
"commitlint": "^17.6.5",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"caniuse-lite": "^1.0.30001517",
"commitlint": "^17.6.7",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.9.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"jest": "^29.5.0",
"jest": "^29.6.2",
"metro-react-native-babel-preset": "^0.76.7",
"pod-install": "^0.1.38",
"prettier": "^2.8.8",
"react": "^18.2.0",
"react-native": "^0.72.0",
"react-native": "^0.72.3",
"react-native-builder-bob": "^0.20.4",
"react-native-paper": "^5.8.0",
"react-native-safe-area-context": "^4.5.3",
"react-native-paper": "^5.9.1",
"react-native-safe-area-context": "^4.7.1",
"react-native-vector-icons": "^9.2.0",
"react-test-renderer": "^18.2.0",
"release-it": "^15.10.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4018,6 +4018,7 @@ exports[`renders collapsed AnimatedCrossView 1`] = `
</View>
<TextInput
autoComplete="off"
cursorColor="rgba(103, 80, 164, 1)"
editable={true}
keyboardAppearance="default"
keyboardType="number-pad"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ exports[`renders CalendarEdit 1`] = `
</View>
<TextInput
autoComplete="off"
cursorColor="rgba(103, 80, 164, 1)"
editable={true}
keyboardAppearance="default"
keyboardType="number-pad"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ exports[`renders DatePickerInput 1`] = `
</View>
<TextInput
autoComplete="birthdate-full"
cursorColor="rgba(103, 80, 164, 1)"
editable={true}
keyboardAppearance="default"
keyboardType="number-pad"
Expand Down
Loading