realm-js/examples/ReactNativeBenchmarks/index.android.js

8 lines
210 B
JavaScript
Raw Normal View History

'use strict';
import React, {
2016-02-15 21:52:38 +00:00
AppRegistry
} from 'react-native';
2016-02-15 21:52:38 +00:00
const ReactNativeBenchmarks = require('./benchmarks');
AppRegistry.registerComponent('ReactNativeBenchmarks', () => ReactNativeBenchmarks);