Giter Club home page Giter Club logo

Comments (10)

sunnylqm avatar sunnylqm commented on May 23, 2024

see facebook/react-native#2999

from react-native-scrollable-tab-view.

tolu360 avatar tolu360 commented on May 23, 2024

Thanks for pointing that out @sunnylqm - you are right.

from react-native-scrollable-tab-view.

sulliwane avatar sulliwane commented on May 23, 2024

Cant' find how to fix this bug (even looking at the 2999 bug) Could you be more specific? Thank you very much.

precompute
undefined is not an object (evaluating 'validAttributes[key]')

from react-native-scrollable-tab-view.

sunnylqm avatar sunnylqm commented on May 23, 2024

find 'precomputeStyle.js'(search it under node_modules/react-native), at line 66:
change the following:
var process = validAttributes[key] && validAttributes[key].process;
to:
var process = validAttributes && validAttributes[key] && validAttributes[key].process;

Yes, it's a bug. So this is just a temp workaround. The final solution is to wait both react-native and scrollable-tab-view to update.

from react-native-scrollable-tab-view.

buhe avatar buhe commented on May 23, 2024

+1

from react-native-scrollable-tab-view.

sulliwane avatar sulliwane commented on May 23, 2024

Ok, got it! It works now, thanks a lot.

from react-native-scrollable-tab-view.

brentvatne avatar brentvatne commented on May 23, 2024

Can someone submit a pull request to fix this please? :)

from react-native-scrollable-tab-view.

sunnylqm avatar sunnylqm commented on May 23, 2024

@brentvatne
Actually, the latest github master version doesn't have the problem...well, isn't this your repo and you forget to publish it to npm?...

from react-native-scrollable-tab-view.

josmardias avatar josmardias commented on May 23, 2024

It's published on 0.2.1-alpha and 0.2.2-alpha.

from react-native-scrollable-tab-view.

brentvatne avatar brentvatne commented on May 23, 2024

Published in 0.3.0 now

from react-native-scrollable-tab-view.

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.