Browse Source

Fix tslint issue

Shalom Yerushalmy 6 years ago
parent
commit
fa4f314dc6
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      playground/src/screens/ComplexLayout.js

+ 0
- 1
playground/src/screens/ComplexLayout.js View File

6
 const { Navigation } = require('react-native-navigation');
6
 const { Navigation } = require('react-native-navigation');
7
 const testIDs = require('../testIDs');
7
 const testIDs = require('../testIDs');
8
 
8
 
9
-
10
 class ComplexLayout extends Component {
9
 class ComplexLayout extends Component {
11
   constructor(props) {
10
   constructor(props) {
12
     super(props);
11
     super(props);