react-native-macos/React
tantan 90c7ad112f add Clipboard component for ios and android
Summary:
add Clipboard component for ios and android
 ```javascript
    import Clipboard from 'react-native'

    Clipboard.get((content)=>{
          console.log('here is content in clipboard:%s',content)
    });
    var content = 'here is a string';
    Clipboard.set(content);
```
Closes https://github.com/facebook/react-native/pull/4384

Reviewed By: svcscm

Differential Revision: D2738881

Pulled By: mkonicek

fb-gh-sync-id: a06df32d1eb2824cc9ca3de9d45e4e67fd2edbc9
2015-12-09 10:04:21 -08:00
..
Base Use actual CADisplayLink timestamp for VSYNC 2015-12-09 09:56:27 -08:00
Executors Document intentional retain cycle on RCTJavaScriptContext 2015-12-09 04:43:29 -08:00
Layout Fix width being ignored when has a value of 0 2015-09-25 15:42:21 -07:00
Modules add Clipboard component for ios and android 2015-12-09 10:04:21 -08:00
Profiler Use actual CADisplayLink timestamp for VSYNC 2015-12-09 09:56:27 -08:00
React.xcodeproj add Clipboard component for ios and android 2015-12-09 10:04:21 -08:00
Views Added support for styling the PickerIOS 2015-12-08 07:48:26 -08:00