diff --git a/SceneComponent.js b/SceneComponent.js index e715b6a7..3540388e 100644 --- a/SceneComponent.js +++ b/SceneComponent.js @@ -6,7 +6,7 @@ const {View, StyleSheet, } = ReactNative; const StaticContainer = require('./StaticContainer'); const SceneComponent = (Props) => { - const {shouldUpdated, ...props, } = Props; + const {shouldUpdated, ...props } = Props; return {props.children}