Christoph Pojer
|
d363b1f2e2
|
Update Jest APIs on fbsource
Reviewed By: javache
Differential Revision: D3229435
fb-gh-sync-id: b0e252d69e1f399a946fca6e98ef62ff44c2ef9c
fbshipit-source-id: b0e252d69e1f399a946fca6e98ef62ff44c2ef9c
|
2016-04-27 19:16:32 -07:00 |
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 |
Nathan Spaun
|
1ff22b7b9c
|
Adding jest tests to groups rn
|
2015-08-31 17:35:47 -08:00 |
Kevin Gozali
|
f1b22e87f1
|
[madman] version mobile configs disk caching
|
2015-07-28 18:11:34 -08:00 |
Philipp von Weitershausen
|
f2b38bacbf
|
[ReactNative] parse localized JSON files in JS, not in ObjC
|
2015-04-28 09:52:35 -08:00 |
Spencer Ahrens
|
a2dd7fc69f
|
[ReactNative] Fix dimensions in jest tests
|
2015-04-24 14:00:35 -08:00 |
Alex Kotliarskyi
|
7de74b129d
|
[ReactNative] Move NativeModules mock to OSS
|
2015-04-23 09:35:55 -08:00 |