Quick Start
Installation
| LTS version (Recommended for most users): | Current Version(Latest features) |
|---|---|
| 2.8.8 | 2.8.8 |
In a terminal, use the following command to install MetaMap for Expo:
Install the Expo plugin:
npm i react-native-expo-metamap-sdk
Add the following line to your app.json file:
"plugins":["react-native-expo-metamap-sdk"]
Run EXPO for your platform:
iOS:
expo run:ios
Android:
expo run:android
Important❗
if your flow has a step that uses some native iOS computers, you need to go iOS folder in the project and add permissions in the info.plist iOS permissions
Updated 10 months ago
Did this page help you?