react-native-vlc-media-player icon indicating copy to clipboard operation
react-native-vlc-media-player copied to clipboard

Suport to Expo SDK 52

Open Ctrl-Mota opened this issue 5 months ago • 1 comments

When try run npx expo prebuild --clean

i receive error

` ✖ Prebuild failed Error: [android.appBuildGradle]: withAndroidAppBuildGradleBaseMod: Failed to match "/applyNativeModulesAppBuildGradle(project)/i" in contents: apply plugin: "com.android.application" apply plugin: "org.jetbrains.kotlin.android" apply plugin: "com.facebook.react"

def projectRoot = rootDir.getAbsoluteFile().getParentFile().getAbsolutePath()

/**

  • This is the configuration block to customize your React Native Android app.
  • By default you don't need to apply any configuration, just uncomment the lines you need. */ `

My suggestion is, this code https://github.com/razorRun/react-native-vlc-media-player/blob/3d6e5f5dfa55a2ef972e8b231570c0ae0e43899a/expo/android/withGradleTasks.js#L33 try to anchor on a string, but that string 'project' not exist more

Ctrl-Mota avatar May 09 '25 03:05 Ctrl-Mota