Skip to content

Commit 8322261

Browse files
committed
Revert "removed dependency on react-static-container"
This reverts commit 288c791.
1 parent c158e82 commit 8322261

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

SceneComponent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const ReactNative = require('react-native');
33
const {Component, } = React;
44
const {View, StyleSheet, } = ReactNative;
55

6-
const StaticContainer = require('react-native/Libraries/Components/StaticContainer');
6+
const StaticContainer = require('react-static-container');
77

88
const SceneComponent = (Props) => {
99
const {shouldUpdated, ...props, } = Props;

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
},
3030
"homepage": "https://github.com/brentvatne/react-native-scrollable-tab-view#readme",
3131
"dependencies": {
32+
"react-static-container": "^1.0.1",
3233
"react-timer-mixin": "^0.13.3"
3334
},
3435
"devDependencies": {

0 commit comments

Comments
 (0)