mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-05-09 16:53:16 +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.
10 lines
134 B
JavaScript
10 lines
134 B
JavaScript
import Box from './Box';
|
|
import Provider from './Provider';
|
|
import View from './View';
|
|
|
|
export default {
|
|
Box,
|
|
Provider,
|
|
View
|
|
};
|