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

5 years ago

1.0.11

5 years ago

1.0.12

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago