16.2.1 • Published 5 months ago

@shakebugs/react-native-shake v16.2.1

Weekly downloads
536
License
MIT
Repository
github
Last release
5 months 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

How to use

Install Shake

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 ..

Start Shake

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

import {AppRegistry} 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);

Shake.start('client-id', 'client-secret');

Replace client-id and client-secret with the actual values you have in your workspace settings.

Troubleshooting

If you get the following error during the build time:

Execution failed for task ':app:mergeDexDebug'.

You should set multiDexEnabled flag in app-level build.gradle like below:

defaultConfig {
    applicationId "com.shakebugs.react.example"
    minSdkVersion rootProject.ext.minSdkVersion
    targetSdkVersion rootProject.ext.targetSdkVersion
    versionCode 1
    versionName "1.0.0"
    multiDexEnabled true
}

Resources

16.2.1

5 months ago

16.2.0

7 months ago

16.1.0

10 months ago

16.0.0

1 year ago

15.3.0

2 years ago

15.2.0

2 years ago

15.1.0

2 years ago

15.0.0

3 years ago

14.1.3

3 years ago

14.1.2

3 years ago

14.1.1

3 years ago

14.1.0

3 years ago

5.0.0

3 years ago

10.0.4

3 years ago

10.0.3

4 years ago

10.0.2

4 years ago

10.0.1

4 years ago

10.0.0

4 years ago

9.0.2

4 years ago

9.0.1

4 years ago

9.0.0

4 years ago

2.3.9

4 years ago

2.3.4

4 years ago

2.3.3

4 years ago

2.3.2

4 years ago

2.3.1

4 years ago

2.3.0

4 years ago

2.2.10

4 years ago

2.2.9

4 years ago

2.2.7

4 years ago

2.2.5

4 years ago

2.2.6

4 years ago

2.2.3

4 years ago

2.2.4

4 years ago

2.2.1

4 years ago

2.2.2

4 years ago

2.0.2

4 years ago

2.0.0

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago