1.0.2 • Published 5 years ago

react-native-iterable v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

react-native-iterable

Getting started

$ npm install react-native-iterable --save

Mostly automatic installation

$ react-native link react-native-iterable

Add this to AppDelegate.m:

IterableConfig *config = [[IterableConfig alloc] init];
[IterableAPI initializeWithApiKey:@"<YOUR_API_KEY>" launchOptions:launchOptions config:config]

Usage

import RNIterable from 'react-native-iterable';

// TODO: What to do with the module?
RNIterable;
1.0.1

5 years ago

1.0.0

5 years ago

1.0.14

5 years ago

1.0.13

6 years ago

1.0.11

6 years ago

1.0.12

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

5 years ago