1.8.0 • Published 3 months ago

react-native-rainbow-module v1.8.0

Weekly downloads
113
License
MIT
Repository
github
Last release
3 months ago

Rainbow SDK for React Native

Welcome to the Rainbow SDK for React Native! This React Native SDK library was built in Typescript and we published it as a Node.js package. Since our library is written with TypeScript, it would be nice to have access to our package from TypeScript and JavaScript projects alike. so we used a React Native library builder called bob, which is a simple CLI to scaffold and build React Native libraries for different targets. bob also provides simple example modules for Android and iOS which you can build upon.

Get Started

Installation

Follow these instructions to install Rainbow SDK for React Native!

Usage

Start using the components or try it by running the sample app You can find it in the example project we provided in the SDK repository example link

import React, { Component } from 'react';
import { Invitations, Logger } from 'react-native-rainbow-module';
const logger = new Logger('InvitationsComponent');
export class InvitationsComponent extends Component {
    constructor(props: any) {
        super(props);
    }
    public render() {
        logger.info('has rendered: InvitationsComponent');
        return (
            <Invitations />
        );
    }
}

Components included:

Demo App

Checkout the official React Native Rainbow App on Github repo which uses all of the Rainbow React Native components.

Documentation

View the full docs here on Rainbow API Hub

1.8.0

3 months ago

1.6.1

11 months ago

1.7.0

9 months ago

1.5.2

1 year ago

1.6.0

11 months ago

1.5.1

1 year ago

1.5.0

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

1.3.3

1 year ago

1.3.2

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.0.2

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.3.11

2 years ago

0.3.10

2 years ago

0.3.9

2 years ago

0.3.6

2 years ago

0.3.5

2 years ago

0.3.8

2 years ago

0.3.7

2 years ago

0.3.4

2 years ago

0.3.2

2 years ago

0.3.3

2 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.9

3 years ago

0.2.8

3 years ago

0.2.6

3 years ago

0.2.5

3 years ago

0.2.3

3 years ago

0.2.4

3 years ago

0.2.1

3 years ago

0.2.2

3 years ago

0.2.0

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago