Remove invariant of Sample.ios.js that is not used
This commit is contained in:
parent
253461cb51
commit
01d93d294d
|
@ -5,7 +5,6 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
var NativeSample = require('NativeModules').Sample;
|
var NativeSample = require('NativeModules').Sample;
|
||||||
var invariant = require('invariant');
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* High-level docs for the Sample iOS API can be written here.
|
* High-level docs for the Sample iOS API can be written here.
|
||||||
|
|
Loading…
Reference in New Issue