Git Product home page Git Product logo

Comments (4)

jenbennings avatar jenbennings commented on June 17, 2024

I'm also experiencing this issue on 0.21.

from react-native-sound.

jenbennings avatar jenbennings commented on June 17, 2024

@Shakarang Did you upgrade react-native recently? I just tried running through the installation steps (linking it in Xcode etc.) and this seems to have fixed it.

from react-native-sound.

Shakarang avatar Shakarang commented on June 17, 2024

Hello,
I juste upgraded one hour ago. On iOS it works fine, but on android now I've got "undefined is not a function (evaluating 'RNSound.enable(enabled)')

I'm new to React and I don't know, maybe I've done something wrong. I've correctly followed your explanations for settings.gradle and build.gradle but in my MainActivity I don't have the OnCreate method preset but I've getPackages() method. Si here is my main :
`public class MainActivity extends ReactActivity {

/**
 * Returns the name of the main component registered from JavaScript.
 * This is used to schedule rendering of the component.
 */
@Override
protected String getMainComponentName() {
    return "ReactTest";
}

/**
 * Returns whether dev mode should be enabled.
 * This enables e.g. the dev menu.
 */
@Override
protected boolean getUseDeveloperSupport() {
    return BuildConfig.DEBUG;
}

/**
 * A list of packages used by the app. If the app uses additional views
 * or modules besides the default ones, add more packages here.
 */
@Override
protected List<ReactPackage> getPackages() {
    return Arrays.asList(
            new MainReactPackage(),
            new RNSoundPackage()
    );
}

}
`
I'm also testing on GenyMotion device. Can this be the source of my problems?

from react-native-sound.

peternann avatar peternann commented on June 17, 2024

It appears you have followed the README accurately, and you have added the getPackages method into MainActivity.java

The README seems wrong (at the time of typing).
Doco here indicates the correct class to add to is MainApplication.java:
http://facebook.github.io/react-native/docs/native-modules-android.html

I moved it, and things finally started to work.

Please correct the README ASAP. Shitty trap for new users...

from react-native-sound.

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.