Skip to content

StaticContainer file renamed, breaks native-base #12395

Description

Description

Latest master has StaticContainer.react.js instead of StaticContainer.js - just want to check whether this is deliberate/correct, so I can submit to either react-native or native-base to fix the problem. When using native-base, it attempts to include StaticContainer so breaks because it can't find it.

Reproduction

// copied from native-base/src/basic/react-native-scrollable-tab-view/SceneComponent.js

const StaticContainer = require('react-native/Libraries/Components/StaticContainer');

Solution

Either rename the file in react-native or I'll submit a PR to native-base.

Additional Information

  • React Native version: current master
  • Platform: both
  • Operating System: OSX

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions