mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-03-27 01:34:17 +08:00
Reorganizes and rewrites the benchmarks. Each implementation is now self-contained and the benchmarks can be run using a GUI. The benchmarks themselves have been changed so that individual tests render over a shorter time frame and more samples are taken.
12 lines
166 B
JavaScript
12 lines
166 B
JavaScript
import Box from './Box';
|
|
import Dot from './Dot';
|
|
import Provider from './Provider';
|
|
import View from './View';
|
|
|
|
export default {
|
|
Box,
|
|
Dot,
|
|
Provider,
|
|
View
|
|
};
|