mirror of
https://github.com/jellyfin/jellyfin-expo.git
synced 2025-02-17 04:49:22 +00:00
Fix native-stack warning
This commit is contained in:
parent
c1f56d0b98
commit
64e963283e
@ -3,9 +3,9 @@
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
import { createNativeStackNavigator } from '@react-navigation/native-stack';
|
||||
import React from 'react';
|
||||
import { enableScreens } from 'react-native-screens';
|
||||
import { createNativeStackNavigator } from 'react-native-screens/native-stack';
|
||||
|
||||
import Screens from '../constants/Screens';
|
||||
import ServerHelpScreen from '../screens/ServerHelpScreen';
|
||||
|
16
package-lock.json
generated
16
package-lock.json
generated
@ -3143,6 +3143,22 @@
|
||||
"nanoid": "^3.1.23"
|
||||
}
|
||||
},
|
||||
"@react-navigation/native-stack": {
|
||||
"version": "6.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@react-navigation/native-stack/-/native-stack-6.5.0.tgz",
|
||||
"integrity": "sha512-X2sV+AKkqEl7k0ltjN4lMBfx+FsynrnUWkCTGiROyMRo4yWElK1jY3XSTsj5Cpso2/MUHdf9v/AOw0EgU58FsA==",
|
||||
"requires": {
|
||||
"@react-navigation/elements": "^1.3.1",
|
||||
"warn-once": "^0.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-navigation/elements": {
|
||||
"version": "1.3.1",
|
||||
"resolved": "https://registry.npmjs.org/@react-navigation/elements/-/elements-1.3.1.tgz",
|
||||
"integrity": "sha512-jIDRJaG8YPIinl4hZXJu/W3TnhDe8hLYmGSEdL1mxZ1aoNMiApCBYkgTy11oq0EfK/koZd3DPSkJNbzBAQmPJw=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"@react-navigation/routers": {
|
||||
"version": "6.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@react-navigation/routers/-/routers-6.1.0.tgz",
|
||||
|
@ -38,6 +38,7 @@
|
||||
"@react-native-community/masked-view": "0.1.10",
|
||||
"@react-navigation/bottom-tabs": "^6.0.7",
|
||||
"@react-navigation/native": "^6.0.4",
|
||||
"@react-navigation/native-stack": "^6.5.0",
|
||||
"@react-navigation/stack": "^6.0.9",
|
||||
"compare-versions": "^3.6.0",
|
||||
"expo": "^43.0.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user