mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-11 06:46:03 +00:00
8 lines
210 B
JavaScript
8 lines
210 B
JavaScript
'use strict';
|
|
import React, {
|
|
AppRegistry
|
|
} from 'react-native';
|
|
|
|
const ReactNativeBenchmarks = require('./benchmarks');
|
|
|
|
AppRegistry.registerComponent('ReactNativeBenchmarks', () => ReactNativeBenchmarks); |