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

8 lines
210 B
JavaScript

'use strict';
import React, {
AppRegistry
} from 'react-native';
const ReactNativeBenchmarks = require('./benchmarks');
AppRegistry.registerComponent('ReactNativeBenchmarks', () => ReactNativeBenchmarks);