mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-05-16 08:30:06 +08:00
Add "aphrodite", "react-jss", and "reactxp" renderers. "react-addons-perf" is required due to: https://github.com/Microsoft/reactxp/issues/11
8 lines
123 B
JavaScript
8 lines
123 B
JavaScript
import Box from './components/Box/glamor';
|
|
import View from './components/View/glamor';
|
|
|
|
export default {
|
|
Box,
|
|
View
|
|
};
|