react-native-shaker
v1.1.1
Published
Shaker is the simplest way to users give feedback into your react-native aplication.
Downloads
4
Readme
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]'
})