Giter Club home page Giter Club logo

Comments (7)

stylesuxx avatar stylesuxx commented on May 24, 2024

I am also playing around with this component on Android - did not run into any problems regarding the Dimensions. Maybe you can tell us more about how you are using it, or with which example this is happening?

from react-native-scrollable-tab-view.

BigPun86 avatar BigPun86 commented on May 24, 2024

I simply tried the basic usage and injection of a custom bar which is shown in the readme. Now this is how my code looks like:

'use strict';
var React = require ('react-native');
var {AppRegistry, StyleSheet, Text,View,Image, TouchableHighlight, Platform} = React;
var ScrollableTabView = require ('react-native-scrollable-tab-view');
var CustomTabBar      = require ('../CustomTabBar');

var TabBarControllerAndroid = React.createClass({

render: function () {
     var Page1 = require ('././Page1');
     var Page2    = require ('././Page2');
    var Page3 = require ('././Page3');

    return (
        <ScrollableTabView renderTabBar={() => <CustomTabBar someProp={'here'} />}>
            <Page1 tabLabel="News"/>
            <Page2 tabLabel="PickUp"/>
            <Page3 tabLabel="More"/>
        </ScrollableTabView>
    );
 }
});

module.exports = TabBarControllerAndroid;

The error (undefined is not an object ( evaluating 'Dimensions.get')) comes in the line where i require ScrollableTabView.

My TabPages are simple Views with Text elements.

And my packager outputs these lines:

Unable to resolve module precomputeStyle from .../node_modules/react-native-scrollable-tab-view/index.js
Unable to resolve module Dimensions from .../node_modules/react-native-scrollable-tab-view/DefaultTabBar.js
Unable to resolve module precomputeStyle from .../node_modules/react-native-scrollable-tab-view/DefaultTabBar.js

from react-native-scrollable-tab-view.

stylesuxx avatar stylesuxx commented on May 24, 2024

Did you install via npm or clone the repository directly into your node modules directory?

from react-native-scrollable-tab-view.

BigPun86 avatar BigPun86 commented on May 24, 2024

I installed it via npm...My thought were maybe, but i just don´t know how this could have affect it, is because i have used the react-native-router to navigate through my app, now i am using simple Navigator.

I don´t get this error anymore, after setting up my whole project new. But unfortunately i get a new error message --> undefined is not an object (evaluating 'validAttributes[key]')
i created a new issue for this.

What is generally recommended to install/get this module? npm or cloning

Best regards

from react-native-scrollable-tab-view.

stylesuxx avatar stylesuxx commented on May 24, 2024

Well, I had my problems with the npm version (I think it was the same error you made a new issue for), so I directly cloned the repo to my node_modules folder installed the dependencies and use the current master branch - maybe this is something you should try.

If you can confirm that it works better, maybe we can get @brentvatne to publish a new version ;-)

from react-native-scrollable-tab-view.

BigPun86 avatar BigPun86 commented on May 24, 2024

Hell yeah! It worked thanks @stylesuxx !

from react-native-scrollable-tab-view.

brentvatne avatar brentvatne commented on May 24, 2024

Removed rebound dependency, published 0.3.1!

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.