2.8.0 • Published 4 months ago

react-native-map4d-map v2.8.0

Weekly downloads
5
License
MIT
Repository
github
Last release
4 months ago

react-native-map4d-map

Map4dMap SDK for React Native

Installation

npm install react-native-map4d-map

Usage

import {MFMapView} from 'react-native-map4d-map';
import React from 'react';
import {
  SafeAreaView,
  StyleSheet
} from 'react-native';

function App() {
  return (
    <>
      <SafeAreaView style={styles.safeView}>
        <MFMapView style={styles.container}/>
      </SafeAreaView>
    </>
  );
};

const styles = StyleSheet.create({
  safeView: {
    flex: 1,
  },
  container: {
    flex: 1,
  },
});

export default App;

Samples

https://github.com/map4d/react-native-samples

2.7.0

2 years ago

2.8.0

4 months ago

2.6.3

2 years ago

2.6.2

3 years ago

2.6.1

3 years ago

2.5.0

3 years ago

2.6.0

3 years ago

2.4.2

3 years ago

0.1.0

3 years ago

2.4.1

3 years ago

2.4.0

3 years ago

2.3.0

3 years ago

2.1.2

4 years ago

2.2.0

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.1.0

4 years ago

1.0.10

4 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

0.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.1

5 years ago