Skip to content

fix build.gradle react-native dependency#1

Open
badaz wants to merge 1 commit into
domezchoc:masterfrom
mapado:fix-facebook-rn-dependency
Open

fix build.gradle react-native dependency#1
badaz wants to merge 1 commit into
domezchoc:masterfrom
mapado:fix-facebook-rn-dependency

Conversation

@badaz
Copy link
Copy Markdown

@badaz badaz commented Feb 5, 2025

Hi,

we've been using your package for some time now and the recent changes to gradle led me to your most recent commits that removed the dependency to gradle:2.3.3. This worked well for building our app, however you also removed the dependency to com.facebook.react:react-native:+ which actually broke the build with multiple errors :

  • error: package com.facebook.react does not exist
  • error: package com.facebook.react.bridge does not exist
  • error: package com.facebook.react.uimanager does not exist
  • error: cannot find symbol
    - ReactPackage
    - ReactApplicationContext
    - NativeModule
    - JavaScriptModule
    - ReactApplicationContext
    - ViewManager
    - etc.

Anything related to react-native really.

So I addded it again, replacing deprectaed "compile" with "implementation" and build now works again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant