# rnlayers **Repository Path**: b00l/rnlayers ## Basic Information - **Project Name**: rnlayers - **Description**: 基于openlayers封装的react-native地图组件 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-26 - **Last Updated**: 2022-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 基本环境 * react-native 0.66.4 * ol 6.12.0 * react-native-webview 11.17.1 ## DEMO ```js import React from 'react'; import { View } from 'react-native' import RNMap from './lib'; export default function App() { return ( ) } ``` ### RESULT ![res](./res.jpg) ### 补充 `正在开发中`