Giter Club home page Giter Club logo

Comments (4)

dittmarconsulting avatar dittmarconsulting commented on July 28, 2024 6

Just delete SystemClock.uptimeMillis() from the method parameter list

new Event(view.getId())

If you go to the Event declaration you will see that that there is only one parameter to be passed to the class constructor

protected Event(int viewTag) {
   init(viewTag);
}

and the timestamp is assigned in the init function

protected void init(int viewTag) {
    mViewTag = viewTag;
    mTimestampMs = SystemClock.uptimeMillis();
    mInitialized = true;
 }

NOTE: Is is NOT enough to know Javascript alone to do mobile development!

from react-native-media-kit.

emroot avatar emroot commented on July 28, 2024

maybe open a PR to get this fixed?

from react-native-media-kit.

JABirchall avatar JABirchall commented on July 28, 2024

NOTE: Is is NOT enough to know Javascript alone to do mobile development!

As a company we do not change extension core code. If it doesn't work, we wont do a hacky internal fix and pass it around. As everyone would then have a different version and the build server would never have that version leading to build failures.

from react-native-media-kit.

paraswatts avatar paraswatts commented on July 28, 2024

Same issues I am facing with latest build

from react-native-media-kit.

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.