Coder Social home page Coder Social logo

Comments (4)

FrSenpai avatar FrSenpai commented on July 20, 2024

It's the same for me, I tried to downgrade to 3.0.1 the library itself, not working
I also tried many things I saw In your repo @CaptainEboy

EDIT: It's working when adding:

allprojects {
    repositories {
        google()
        jcenter()
        mavenLocal()
        mavenCentral()
        // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
        maven { url("$rootDir/../node_modules/react-native/android") }
        // Android JSC is installed from npm
        maven { url("$rootDir/../node_modules/jsc-android/dist") }
        maven { url 'https://www.jitpack.io' }
        maven { url "https://artifactory.appodeal.com/appodeal" }
    }
}

It's the same as your repo, thanks to you!

from react-native-appodeal.

CaptainEboy avatar CaptainEboy commented on July 20, 2024

Yeah, i was able to finally fix it.

Was pushing to github as i was working on it.

Glad you were following along and it was able to work for you also

from react-native-appodeal.

CaptainEboy avatar CaptainEboy commented on July 20, 2024

I also fixed a problem relating to the app crashing in the code

from react-native-appodeal.

CaptainEboy avatar CaptainEboy commented on July 20, 2024

I have made the respository private as the problem has been fixed and it also contains some sensitive data

from react-native-appodeal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.