mirror of
https://github.com/status-im/react-native-mapbox-gl.git
synced 2026-08-30 20:41:08 +00:00
6 lines
178 B
JavaScript
6 lines
178 B
JavaScript
import React, { Component } from 'react';
|
|
import { AppRegistry } from 'react-native';
|
|
import App from './src/App'
|
|
|
|
AppRegistry.registerComponent('RNMapboxGLExample', () => App);
|