Skip to content
This repository was archived by the owner on May 15, 2020. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ Google Analytics for React Native!
Below is an example that utilizes this library along with enhanced ecommerce functionality and `react-native-ab` for A/B testing.

```javascript
import React from 'react-native';
const {
import React from 'react';
import {
StyleSheet,
Text,
View,
TouchableHighlight
} = React;
} from 'react-native';
import { Experiment, Variant } from 'react-native-ab';
import {
Analytics,
Expand Down