Installing the SDK
React Native SDK Installation
To integrate the FME SDK into your React application, you can do this via cocoapods. Simply add the following line to your Podfile
# get the sdk
yarn add vwo-fme-react-native-sdk
# Or via npm
npm install vwo-fme-react-native-sdk
# install cocoapods dependencies for ios
cd ios && pod install
Requirements
Note:
iOS version 12.0 and above
Android API level 21 and above
Source Code
Language | Repository |
---|---|
ReactNative | https://github.com/wingify/vwo-fme-react-native-sdk |
The VWO SDK code is available in various languages on GitHub. All the SDKs published under Wingify Organization on GitHub are licensed under Apache 2.0 License (c) Wingify Pvt. Ltd. 2024.
Updated 2 days ago
What’s Next