Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • iOS: Mapp plugin n support iOS10 and above

  • Android: Mapp plugin support for Android 19Android 21 (KitKatLollipop) and above


Prerequisites

  • Node and Yarn installed on your mac.

  • CocoaPods (needed for iOS)

  • Mapp React Native plugin 1.0.210.

 

Installation 

  • Use command npm install https://github.com/MappCloud/React-native-plugin.git --save

  • or npm install react-native-mapp-plugin --save

...

Android Manually integration for the old versions

  1. Open up `android/app/src/main/java/[...]/MainActivity.java`

  • Add `import com.reactlibrary.RNMappPluginPackage;` to the imports at the top of the file

  • Add `new RNMappPluginPackage()` to the list returned by the `getPackages()` method

...