File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11const React = require ( 'react' ) ;
22const ReactNative = require ( 'react-native' ) ;
33const {
4- TouchableOpacity,
4+ TouchableOpacity,
55 View,
66} = ReactNative ;
77
Original file line number Diff line number Diff line change 11const React = require ( 'react' ) ;
22const ReactNative = require ( 'react-native' ) ;
3- const { Component } = React ;
4- const { View, StyleSheet } = ReactNative ;
3+ const { Component } = React ;
4+ const { View, StyleSheet } = ReactNative ;
55
66const StaticContainer = require ( './StaticContainer' ) ;
77
88const SceneComponent = ( Props ) => {
9- const { shouldUpdated, ...props } = Props ;
9+ const { shouldUpdated, ...props } = Props ;
1010 return < View { ...props } >
1111 < StaticContainer shouldUpdate = { shouldUpdated } >
1212 { props . children }
You can’t perform that action at this time.
0 commit comments