mirror of
https://github.com/status-im/react-native-mapbox-gl.git
synced 2026-08-31 04:51:15 +00:00
Lint and updated stylesheet unit tests
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/* eslint react/prop-types:0 */
|
||||
import React from 'react';
|
||||
import MapboxStyleSheet from '../utils/MapboxStyleSheet';
|
||||
|
||||
|
||||
@@ -1,11 +1,9 @@
|
||||
import React from 'react';
|
||||
import { NativeModules, requireNativeComponent } from 'react-native';
|
||||
import { requireNativeComponent } from 'react-native';
|
||||
|
||||
import { LightLayerStyleProp } from '../utils/styleMap';
|
||||
import AbstractLayer from './AbstractLayer';
|
||||
|
||||
const MapboxGL = NativeModules.MGLModule;
|
||||
|
||||
export const NATIVE_MODULE_NAME = 'RCTMGLLight';
|
||||
|
||||
const RCTMGLLight = requireNativeComponent(NATIVE_MODULE_NAME, Light);
|
||||
|
||||
Reference in New Issue
Block a user