@guava-analytics/react-native
v0.1.1
Published
Guava | Analytics SDK React Native
Downloads
4
Maintainers
Readme
@guava-analytics/react-native
Guava | Analytics SDK React Native
NOTE: WORK IN PROGRESS
Installation
npm install @guava-analytics/react-nativeUsage
import { GuavaProvider } from "@guava-analytics/react-native";Configuration
<GuavaProvider apiKey="1234567890" host="http://localhost:3000">
<App />
</GuavaProvider>