Skip to content
Prev Previous commit
Next Next commit
Add use strict to filter file
  • Loading branch information
CodingItWrong committed Dec 24, 2018
commit 8d3609b52b38b4eceda73eb631da709efbc4f556
2 changes: 2 additions & 0 deletions RNTester/js/RNTesterExampleFilter.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
* @flow
*/

'use strict';

const React = require('react');
const StyleSheet = require('StyleSheet');
const TextInput = require('TextInput');
Expand Down