17.1.2 • Published 19 days ago

@shakebugs/react-native-shake v17.1.2

Weekly downloads
536
License
MIT
Repository
github
Last release
19 days ago

Shake React Native SDK

npm version

React Native plugin for bug reporting.

Features

FeatureAvailable
Bug reporting
Crash reporting
Users

Requirements

PlatformVersion
React Native0.56
Android5.0
iOS12.0

*Since 17.1.0 version, Shake RN SDK is using RN new architecture. If your app is running on old architecture you should use Shake RN SDK 17.0.x.

How to use

Install Shake

React Native CLI

Execute the npm install command in your terminal:

npm install @shakebugs/react-native-shake

Install pods from the project root directory:

cd ios && pod install && cd ..

Expo

If you are using Expo, recommended way to install packages is by using expo install command:

npm install @shakebugs/react-native-shake

Shake is not supported in Expo Go, you need to set up development builds in order to use Shake with Expo.

Start Shake

Call Shake.start() method in the index.js file.

import {AppRegistry, Platform} from 'react-native';
import App from './src/App';
import {name as appName} from './app.json';
import Shake from '@shakebugs/react-native-shake';

AppRegistry.registerComponent(appName, () => App);

const apiKey = Platform.OS === 'ios' ? 'ios-app-api-key' : 'android-app-api-key';
Shake.start(apiKey);

Replace ios-app-api-key and android-app-api-key with the actual values you have in your app settings.

Resources

17.1.2

19 days ago

17.1.1

2 months ago

17.1.0

6 months ago

17.0.1

9 months ago

17.0.0

1 year ago

16.2.1

2 years ago

16.2.0

2 years ago

16.1.0

2 years ago

16.0.0

2 years ago

15.3.0

3 years ago

15.2.0

3 years ago

15.1.0

3 years ago

15.0.0

4 years ago

14.1.3

4 years ago

14.1.2

4 years ago

14.1.1

4 years ago

14.1.0

4 years ago

5.0.0

4 years ago

10.0.4

5 years ago

10.0.3

5 years ago

10.0.2

5 years ago

10.0.1

5 years ago

10.0.0

5 years ago

9.0.2

5 years ago

9.0.1

5 years ago

9.0.0

5 years ago

2.3.9

5 years ago

2.3.4

5 years ago

2.3.3

5 years ago

2.3.2

5 years ago

2.3.1

5 years ago

2.3.0

5 years ago

2.2.10

5 years ago

2.2.9

5 years ago

2.2.7

5 years ago

2.2.5

5 years ago

2.2.6

5 years ago

2.2.3

5 years ago

2.2.4

5 years ago

2.2.1

5 years ago

2.2.2

5 years ago

2.0.2

5 years ago

2.0.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago