UNPKG
@nozbe/microfuzz
Version:
latest (1.0.0)
next (0.1.5)
1.0.0
0.1.5
A tiny, simple, fast fuzzy search library
github.com/Nozbe/microfuzz
Nozbe/microfuzz
@nozbe/microfuzz
/
dist
/
react
/
Highlight
/
platform.native.js
9 lines
(7 loc)
•
242 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
exports
.
__esModule
=
true
;
var
_reactNative =
require
(
"react-native"
);
// @flow
// $FlowFixMe[cannot-resolve-module]
var
TextElement
/*: string | React$ComponentType<*>*/
= _reactNative.
Text
;
exports
.
TextElement
=
TextElement
;