mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-10 14:25:58 +00:00
9 lines
211 B
JavaScript
9 lines
211 B
JavaScript
'use strict';
|
|
import React, {
|
|
AppRegistry
|
|
} from 'react-native';
|
|
|
|
const ReactNativeBenchmarks = require('./benchmarks');
|
|
|
|
AppRegistry.registerComponent('ReactNativeBenchmarks', () => ReactNativeBenchmarks);
|