UNPKG
@huunguyen312/flash-list
Version:
latest (1.4.3)
1.4.3
FlashList is a more performant FlatList replacement
shopify.github.io/flash-list/
Shopify/flash-list
@huunguyen312/flash-list
/
dist
/
native
/
auto-layout
/
AutoLayoutViewNativeComponent.js
6 lines
•
286 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
var
react_native_1 =
require
(
"react-native"
);
var
AutoLayoutViewNativeComponent
= react_native_1.
View
;
exports
.
default
=
AutoLayoutViewNativeComponent
;
//# sourceMappingURL=AutoLayoutViewNativeComponent.js.map