UNPKG
react-native-inlight
Version:
latest (1000.0.0)
1000.0.0
0.56.2
0.56.1
0.56.0
A framework for building native apps using React
github.com/zzyhdu/react-native
zzyhdu/react-native
react-native-inlight
/
Libraries
/
Components
/
Touchable
/
__mocks__
/
ensureComponentIsNative.js
13 lines
(10 loc)
•
242 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/** * Copyright (c) 2015-present, Facebook, Inc. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * *
@format
*/
'use strict'
;
module
.
exports
=
() =>
true
;