diff --git a/SceneComponent.js b/SceneComponent.js index 38ceeed4..fe5d3b7d 100644 --- a/SceneComponent.js +++ b/SceneComponent.js @@ -3,7 +3,7 @@ const ReactNative = require('react-native'); const {Component, } = React; const {View, StyleSheet, } = ReactNative; -const StaticContainer = require('react-static-container'); +const StaticContainer = require('react-native/Libraries/Components/StaticContainer'); const SceneComponent = (Props) => { const {shouldUpdated, ...props, } = Props; diff --git a/package.json b/package.json index 652e45be..3671b07d 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,6 @@ }, "homepage": "https://github.com/brentvatne/react-native-scrollable-tab-view#readme", "dependencies": { - "react-static-container": "^1.0.1", "react-timer-mixin": "^0.13.3" }, "devDependencies": {