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.
1 parent c158e82 commit 8322261Copy full SHA for 8322261
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-native/Libraries/Components/StaticContainer');
+const StaticContainer = require('react-static-container');
7
8
const SceneComponent = (Props) => {
9
const {shouldUpdated, ...props, } = Props;
package.json
@@ -29,6 +29,7 @@
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