vibration module

Summary:I will fix other notes from https://github.com/facebook/react-native/pull/2794 if I get positive feedback.
Closes https://github.com/facebook/react-native/pull/6061

Reviewed By: nicklockwood

Differential Revision: D2982173

Pulled By: dmmiller

fb-gh-sync-id: d1e9407798b0293b090897a10996085b0f0c1b3e
shipit-source-id: d1e9407798b0293b090897a10996085b0f0c1b3e
This commit is contained in:
Sokovikov
2016-03-03 04:08:10 -08:00
committed by Facebook Github Bot 7
parent d2d00e0fcd
commit 1bab7c5182
13 changed files with 169 additions and 2 deletions

View File

@@ -162,6 +162,10 @@ const APIExamples = [
key: 'ToastAndroidExample',
module: require('./ToastAndroidExample'),
},
{
key: 'VibrationExample',
module: require('./VibrationExample'),
},
{
key: 'XHRExample',
module: require('./XHRExample'),