We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 05b6286 + 288c791 commit 3947274Copy full SHA for 3947274
SceneComponent.js
@@ -3,7 +3,7 @@ const ReactNative = require('react-native');
3
const {Component, } = React;
4
const {View, StyleSheet, } = ReactNative;
5
6
-const StaticContainer = require('react-static-container');
+const StaticContainer = require('react-native/Libraries/Components/StaticContainer');
7
8
const SceneComponent = (Props) => {
9
const {shouldUpdated, ...props, } = Props;
package.json
@@ -29,7 +29,6 @@
29
},
30
"homepage": "https://github.com/brentvatne/react-native-scrollable-tab-view#readme",
31
"dependencies": {
32
- "react-static-container": "^1.0.1",
33
"react-timer-mixin": "^0.13.3"
34
35
"devDependencies": {
0 commit comments