mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-11 14:22:51 +00:00
drop old ssh lib lint passing
This commit is contained in:
@@ -46,34 +46,6 @@ const config: ExpoConfig = {
|
||||
'expo-secure-store',
|
||||
'expo-font',
|
||||
'expo-dev-client',
|
||||
'expo-web-browser',
|
||||
[
|
||||
'expo-build-properties',
|
||||
{
|
||||
android: {
|
||||
// dylankenneally/react-native-ssh-sftp fails to build without this
|
||||
packagingOptions: {
|
||||
pickFirst: ['META-INF/versions/9/OSGI-INF/MANIFEST.MF'],
|
||||
},
|
||||
},
|
||||
ios: {
|
||||
// https://github.com/dylankenneally/react-native-ssh-sftp/issues/20#issuecomment-3286693445
|
||||
// ../../docs/ios-sim-not-working.md (Update 1)
|
||||
extraPods: [
|
||||
{
|
||||
name: 'CSSH-Binary',
|
||||
podspec:
|
||||
'https://gist.githubusercontent.com/EthanShoeDev/1ab212949007d7aeabfeb199b7b9e951/raw/8602ec55efdf8c620dbbae93cd54023e2a36a8b9/CSSH-Binary.podspec',
|
||||
},
|
||||
{
|
||||
name: 'NMSSH',
|
||||
git: 'https://github.com/EthanShoeDev/NMSSH.git',
|
||||
branch: 'master',
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
],
|
||||
],
|
||||
experiments: { typedRoutes: true, reactCompiler: true },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user