Files
react-native/Libraries
tantan 15f806957f Return a Promise for Clipboard.getString()
Summary:
For clipboard, add error callback in Android. Code like
```javascript
Clipboard.getString((content)=>{
    //do something
},(error)=>{
   //do something for error
})
```
Closes https://github.com/facebook/react-native/pull/4792

Reviewed By: svcscm

Differential Revision: D2844937

Pulled By: nicklockwood

fb-gh-sync-id: 19953807ff07238e6a6ef5aedf1a3fcbca7e62a1
2016-01-20 10:54:32 -08:00
..
2015-07-24 08:41:58 -08:00
2016-01-06 10:33:29 -08:00
2016-01-08 15:42:32 -08:00
2016-01-12 03:11:31 -08:00
2016-01-14 14:04:34 -08:00
2015-12-23 10:08:38 -08:00
2015-12-18 17:04:29 -08:00
2015-12-03 09:10:29 -08:00
2016-01-15 05:15:31 -08:00
2016-01-14 14:04:34 -08:00
2016-01-07 12:01:56 -08:00
2015-07-24 08:41:58 -08:00