1.1.1 • Published 4 years ago

react-native-shaker v1.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

react-native-shaker

Shaker is the simplest way to users give feedback into your react-native aplication.

Getting Started

To start access https://useshaker.com, register and follow these steps.

Installing

yarn add react-native-shaker

cd ios && pod install && cd ..

Using

import Shaker from 'react-native-shaker'

export default Shaker(App, {
  projectId: '[YOUR-PROJECT-ID]'
})