react-native-marfeel
v0.0.8
Published
React Native wrapper for Marfeel SDK - Analytics and tracking for mobile apps
Maintainers
Readme
react-native-marfeel
React Native wrapper for Marfeel SDK - Analytics and tracking solution for mobile apps.
Installation
npm install react-native-marfeelAndroid Setup
Add the Marfeel Maven repository to your android/build.gradle:
allprojects {
repositories {
// ... other repositories
maven {
url "https://repositories.mrf.io/nexus/repository/mvn-marfeel-public/"
}
}
}iOS Setup
cd ios && pod installUsage
import Marfeel from 'react-native-marfeel';
// Initialize the SDK
await Marfeel.initialize('YOUR_ACCOUNT_ID');
// Track a page
Marfeel.trackNewPage('https://example.com/article');Full documentation coming soon.
Contributing
See CONTRIBUTING.md for development workflow and CODE_OF_CONDUCT.md for community guidelines.
License
MIT
