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.
2 parents 74a0b3f + 6e90065 commit a50e3f0Copy full SHA for a50e3f0
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