Skip to content

Commit

Permalink
chore: upgrade react-native-paper
Browse files Browse the repository at this point in the history
  • Loading branch information
whitedogg13 committed Sep 8, 2022
1 parent ed059ee commit 8a8d5e4
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 28 deletions.
32 changes: 16 additions & 16 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 @@ -30,7 +30,7 @@
"react-native-device-info": "^10.0.2",
"react-native-gesture-handler": "^2.6.0",
"react-native-nfc-manager": "^3.13.5",
"react-native-paper": "^4.4.1",
"react-native-paper": "^4.12.4",
"react-native-safe-area-context": "^4.3.3",
"react-native-screens": "^3.17.0",
"react-native-vector-icons": "^9.2.0",
Expand Down
1 change: 0 additions & 1 deletion src/AppNavigator.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const MainStack = createStackNavigator();
function Main(props) {
return (
<MainStack.Navigator
headerMode="screen"
screenOptions={{
header: (headerProps) => {
const {navigation, back, options, route} = headerProps;
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1061,10 +1061,10 @@
"resolved" "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz"
"version" "0.2.3"

"@callstack/react-theme-provider@^3.0.6":
"integrity" "sha512-wwKMXfmklfogpalNZT0W+jh76BIquiYUiQHOaPmt/PCyCEP/E6rP+e7Uie6mBZrfkea9WJYJ+mus6r+45JAEhg=="
"resolved" "https://registry.npmjs.org/@callstack/react-theme-provider/-/react-theme-provider-3.0.6.tgz"
"version" "3.0.6"
"@callstack/react-theme-provider@^3.0.7":
"integrity" "sha512-5U231sYY2sqQOaELX0WBCn+iluV8bFaXIS7em03k4W5Xz0AhGvKlnpLIhDGFP8im/SvNW7/2XoR0BsClhn9t6Q=="
"resolved" "https://registry.npmjs.org/@callstack/react-theme-provider/-/react-theme-provider-3.0.8.tgz"
"version" "3.0.8"
dependencies:
"deepmerge" "^3.2.0"
"hoist-non-react-statics" "^3.3.0"
Expand Down Expand Up @@ -6618,12 +6618,12 @@
dependencies:
"@expo/config-plugins" "^4.0.16"

"react-native-paper@^4.4.1":
"integrity" "sha512-J7FRsd0YblQawtuj9I46F//apZHadsCKk6jWpc6njFTYdgUeCdkR8KgEto7cp2WxbcGNELx7KGwPQ4zAgX746A=="
"resolved" "https://registry.npmjs.org/react-native-paper/-/react-native-paper-4.9.2.tgz"
"version" "4.9.2"
"react-native-paper@^4.12.4":
"integrity" "sha512-NMfLSIN0Ql/KCTSimhgzbEOgz371dqDAgChnp2VE4H7n1B0Pwy0bzPKmY/T8trVvEdmJRXrbXAusaFq8elDXNg=="
"resolved" "https://registry.npmjs.org/react-native-paper/-/react-native-paper-4.12.4.tgz"
"version" "4.12.4"
dependencies:
"@callstack/react-theme-provider" "^3.0.6"
"@callstack/react-theme-provider" "^3.0.7"
"color" "^3.1.2"
"react-native-iphone-x-helper" "^1.3.1"

Expand Down Expand Up @@ -6708,7 +6708,7 @@
"react-shallow-renderer" "^16.13.1"
"scheduler" "^0.20.2"

"react@*", "react@^16.0.0 || ^17.0.0", "react@^16.3.0", "react@^16.8.0 || ^17.0.0", "react@>=16", "react@>=16.4.1", "react@>=17.0.0", "[email protected] || 16.x || 17.x", "[email protected]":
"react@*", "react@^16.0.0 || ^17.0.0", "react@^16.8.0 || ^17.0.0", "react@>=16", "react@>=16.3.0", "react@>=16.4.1", "react@>=17.0.0", "[email protected] || 16.x || 17.x", "[email protected]":
"integrity" "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA=="
"resolved" "https://registry.npmjs.org/react/-/react-17.0.2.tgz"
"version" "17.0.2"
Expand Down

0 comments on commit 8a8d5e4

Please sign in to comment.