mirror of
https://github.com/Jellify-Music/App.git
synced 2025-12-20 10:10:08 -06:00
disable loading 'react-native-carplay' on android builds due to build error
This commit is contained in:
@@ -4,4 +4,11 @@ module.exports = {
|
||||
android: {},
|
||||
},
|
||||
assets: ['./assets/fonts/'],
|
||||
dependencies: {
|
||||
'react-native-carplay': {
|
||||
platforms: {
|
||||
android: null, // Disable autolinking for Android
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user