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 74a0b3f commit 6e90065Copy full SHA for 6e90065
SceneComponent.js
@@ -6,7 +6,7 @@ const {View, StyleSheet, } = ReactNative;
6
const StaticContainer = require('./StaticContainer');
7
8
const SceneComponent = (Props) => {
9
- const {shouldUpdated, ...props, } = Props;
+ const {shouldUpdated, ...props} = Props;
10
return <View {...props}>
11
<StaticContainer shouldUpdate={shouldUpdated}>
12
{props.children}
0 commit comments