File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ class SensorsDisplay extends Component {
4949 }
5050}
5151
52- export default class SensorAwareViewExample extends Component {
52+ export default class DecoratorExample extends Component {
5353 render ( ) {
5454 return (
5555 < View style = { styles . container } >
Original file line number Diff line number Diff line change 77import ScrollableTabView , { DefaultTabBar , } from 'react-native-scrollable-tab-view' ;
88
99import SensorExample from './SensorExample' ;
10- import SensorAwareViewExample from './SensorAwareViewExample ' ;
10+ import DecoratorExample from './DecoratorExample ' ;
1111
1212export default class Example extends Component {
1313 render ( ) {
@@ -17,7 +17,7 @@ export default class Example extends Component {
1717 renderTabBar = { ( ) => < DefaultTabBar /> }
1818 >
1919 < SensorExample tabLabel = "Sensors" />
20- < SensorAwareViewExample tabLabel = "SensorAwareView" />
20+ < DecoratorExample tabLabel = "SensorAwareView" />
2121 </ ScrollableTabView >
2222 ) ;
2323 }
You can’t perform that action at this time.
0 commit comments