5.4.10 • Published 2 months ago

rox-react-native v5.4.10

Weekly downloads
1,885
License
SEE LICENSE IN LI...
Repository
github
Last release
2 months ago

Rollout

CloudBees Feature Management is a secure feature management solution for the enterprise.

Accelerate development and minimize the risk of deploying new code with simple to create feature flags, controlled rollouts, advanced target groups & deployment rules.

Getting Started

Please see the detailed instructions in our docs on how to add CloudBees Feature Management to your project.

Documentation

Getting started guide, use cases, examples and videos can be found at Rollout support site

Rollout Client React Native SDK 🦆

Rollout client React Native SDK. Define and use simple and advanced feature flags, remote configuration variables, static and computed custom properties in code. Control your application features via Rollout's dashboard.

Installation

npm i rox-react-native --save

Usage

Obtain an application key by registering at Rollout.io.

import Rox from 'rox-react-native';

const appSettingsContainer = {
  shouldShowWelcome: new Rox.Flag(),
  textColor: new Rox.RoxString('black'),
  textSize: new Rox.RoxNumber(12, [18, 24])
};

Rox.register('settingsNamespace', appSettingsContainer);
Rox.setup('<app key>');

Configure the SDK with different options

Override the default configuration by prodiving predefined configuration preset for Rox.setup.

For example:

import Rox from 'rox-react-native';

/*
- roxOptions.distinctId
- roxOptions.version
- roxOptions.syncComplitionHandler
*/

const roxOptions = {
  distinctId: 'sessionDistinctId',
  version: '1.0',
  configurationFetchedHandler: () => {}
};

Rox.setup('<app key>', roxOptions);

LICENSE

Rollout client JavaScript SDK is free-to-use, proprietary software. Please see the full license found under the LICENSE file for more details.

Feedback

Feedback is always welcomed support@rollout.io

5.4.10

2 months ago

5.4.9

4 months ago

5.4.8

8 months ago

5.4.6

10 months ago

5.4.5

11 months ago

5.4.3

12 months ago

5.4.2

2 years ago

5.3.1

2 years ago

5.4.1

2 years ago

5.4.0

2 years ago

5.4.1-beta2

2 years ago

5.2.0

2 years ago

5.1.2

2 years ago

5.1.1

2 years ago

5.1.0

3 years ago

5.0.1

3 years ago

5.0.0

3 years ago

4.9.18

4 years ago

4.9.17

4 years ago

4.9.16

4 years ago

4.9.15

4 years ago

4.9.13

4 years ago

4.9.14

4 years ago

4.9.12

4 years ago

4.9.7

4 years ago

4.9.6

4 years ago

4.9.5

4 years ago

4.9.4

4 years ago

4.9.4-alpha.0

4 years ago

4.9.3-alpha.0

4 years ago

4.9.2-alpha.0

4 years ago

4.9.0

4 years ago

4.9.1

4 years ago

4.8.10

4 years ago

4.8.9

4 years ago

4.8.7

4 years ago

4.8.6

4 years ago

4.8.5

4 years ago

4.8.3

4 years ago

4.8.2

5 years ago

4.8.0

5 years ago

4.7.1

5 years ago

4.7.0

5 years ago

4.5.3

5 years ago

4.5.2

5 years ago

4.5.0

5 years ago

4.4.0

5 years ago

4.3.1

5 years ago

4.3.0

5 years ago

4.2.2

5 years ago

4.2.1

5 years ago

4.2.0

5 years ago

4.1.4

6 years ago

4.1.3

6 years ago

4.1.2

6 years ago

4.1.1

6 years ago

4.0.1

6 years ago

4.0.0

6 years ago

3.2.5

6 years ago

3.2.4

6 years ago

3.2.3

6 years ago

3.1.4

6 years ago

3.1.3

6 years ago

3.0.0

6 years ago

2.3.7

6 years ago

2.3.6

6 years ago

2.3.4

6 years ago

2.3.3

6 years ago

2.3.2

6 years ago

2.3.1-beta3

6 years ago

2.3.1

6 years ago

2.3.0

6 years ago

2.2.2

6 years ago

2.2.1

6 years ago

2.1.2

6 years ago

2.1.1

6 years ago

2.1.0

6 years ago

2.0.2

6 years ago

1.2.10

6 years ago

1.2.9

6 years ago