fix(mobile): remove workaround for react-native-track-player (#3390)
This commit is contained in:
parent
25d253ff33
commit
823e8f870b
|
|
@ -78,8 +78,6 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
|
|||
googleServicesFile: "./build/GoogleService-Info.plist",
|
||||
},
|
||||
android: {
|
||||
// Workaround for https://github.com/doublesymmetry/react-native-track-player/issues/2293
|
||||
newArchEnabled: false,
|
||||
package: "is.follow",
|
||||
adaptiveIcon: {
|
||||
foregroundImage: adaptiveIconPath,
|
||||
|
|
|
|||
Loading…
Reference in New Issue