From 288c791c944789ccb34b22891e472e8b78a977f1 Mon Sep 17 00:00:00 2001 From: Vojtech Novak Date: Tue, 6 Sep 2016 16:15:39 +0200 Subject: [PATCH] removed dependency on react-static-container --- SceneComponent.js | 2 +- package.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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": {