update react-native-paper to 4.11.1

This commit is contained in:
Calin Chitu 2022-01-07 13:31:02 +02:00 committed by Calinteodor
parent 90f836040f
commit f4c91374bf
3 changed files with 14 additions and 15 deletions

18
package-lock.json generated
View File

@ -91,7 +91,7 @@
"react-native-get-random-values": "1.7.2",
"react-native-immersive": "2.0.0",
"react-native-keep-awake": "4.0.0",
"react-native-paper": "4.8.1",
"react-native-paper": "4.11.1",
"react-native-performance": "2.1.0",
"react-native-reanimated": "1.13.3",
"react-native-safe-area-context": "3.3.2",
@ -15927,11 +15927,11 @@
"integrity": "sha512-0Fotox+eLXQooeibVs3P60yASYUWjtRw9MZNmbuHt5UZQrgUrAKsE4jm7gTr4tPU1m1RkwGzcgUFpcOkh/ec7g=="
},
"node_modules/react-native-paper": {
"version": "4.8.1",
"resolved": "https://registry.npmjs.org/react-native-paper/-/react-native-paper-4.8.1.tgz",
"integrity": "sha512-WgmqrDdcrr0ZbuiLCwMpmOMhl1n8uIvNulxsl2oCGtD8oeMkPJKHf4G/ONR+iNrSXcFbJek+uDRSmcGA5kDfUA==",
"version": "4.11.1",
"resolved": "https://registry.npmjs.org/react-native-paper/-/react-native-paper-4.11.1.tgz",
"integrity": "sha512-mAQ74KUrOIcMEg1crrIsA7eXDaPk/fjvKFDLcN7gBBeV/zhhQiqc+/y6t+8STKsZutRA2U5/eB+0MBisybokmQ==",
"dependencies": {
"@callstack/react-theme-provider": "^3.0.5",
"@callstack/react-theme-provider": "^3.0.7",
"color": "^3.1.2",
"react-native-iphone-x-helper": "^1.3.1"
},
@ -33130,11 +33130,11 @@
"integrity": "sha512-0Fotox+eLXQooeibVs3P60yASYUWjtRw9MZNmbuHt5UZQrgUrAKsE4jm7gTr4tPU1m1RkwGzcgUFpcOkh/ec7g=="
},
"react-native-paper": {
"version": "4.8.1",
"resolved": "https://registry.npmjs.org/react-native-paper/-/react-native-paper-4.8.1.tgz",
"integrity": "sha512-WgmqrDdcrr0ZbuiLCwMpmOMhl1n8uIvNulxsl2oCGtD8oeMkPJKHf4G/ONR+iNrSXcFbJek+uDRSmcGA5kDfUA==",
"version": "4.11.1",
"resolved": "https://registry.npmjs.org/react-native-paper/-/react-native-paper-4.11.1.tgz",
"integrity": "sha512-mAQ74KUrOIcMEg1crrIsA7eXDaPk/fjvKFDLcN7gBBeV/zhhQiqc+/y6t+8STKsZutRA2U5/eB+0MBisybokmQ==",
"requires": {
"@callstack/react-theme-provider": "^3.0.5",
"@callstack/react-theme-provider": "^3.0.7",
"color": "^3.1.2",
"react-native-iphone-x-helper": "^1.3.1"
}

View File

@ -96,7 +96,7 @@
"react-native-get-random-values": "1.7.2",
"react-native-immersive": "2.0.0",
"react-native-keep-awake": "4.0.0",
"react-native-paper": "4.8.1",
"react-native-paper": "4.11.1",
"react-native-performance": "2.1.0",
"react-native-reanimated": "1.13.3",
"react-native-safe-area-context": "3.3.2",

View File

@ -117,11 +117,10 @@ export default {
*/
textInputContainer: {
flex: 1,
height: 40,
paddingBottom: 8,
paddingTop: 2,
paddingLeft: 16,
paddingRight: 16
height: BaseTheme.spacing[7],
marginBottom: BaseTheme.spacing[3],
marginHorizontal: BaseTheme.spacing[3],
marginTop: BaseTheme.spacing[2]
},
/**