Skip to content

Commit 3947274

Browse files
authored
Merge pull request ptomasroos#416 from vonovak/remove-static-container
removed dependency on react-static-container
2 parents 05b6286 + 288c791 commit 3947274

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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-static-container');
6+
const StaticContainer = require('react-native/Libraries/Components/StaticContainer');
77

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

package.json

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

0 commit comments

Comments
 (0)