[React Native] Sync from github

This commit is contained in:
Amjad Masad 2015-03-27 22:18:47 -07:00
parent c2b2d45b79
commit c94f7c3656
74 changed files with 711 additions and 351 deletions

View File

@ -20,6 +20,7 @@
"jest": false, "jest": false,
"Map": true, "Map": true,
"module": false, "module": false,
"navigator": false,
"process": false, "process": false,
"Promise": true, "Promise": true,
"requestAnimationFrame": true, "requestAnimationFrame": true,

View File

@ -18,6 +18,9 @@
# Ignore jest # Ignore jest
.*/react-native/node_modules/jest-cli/.* .*/react-native/node_modules/jest-cli/.*
# Ignore Website
.*/website/.*
[include] [include]
[libs] [libs]

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#import "AppDelegate.h" #import "AppDelegate.h"

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @providesModule Game2048 * @providesModule Game2048
* @flow * @flow

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @providesModule GameBoard * @providesModule GameBoard
* @flow * @flow

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#import "AppDelegate.h" #import "AppDelegate.h"

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @providesModule MoviesApp * @providesModule MoviesApp
* @flow * @flow

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @flow * @flow
*/ */
@ -12,9 +17,8 @@
var React = require('react-native'); var React = require('react-native');
var { var {
ListView,
ScrollView,
ActivityIndicatorIOS, ActivityIndicatorIOS,
ListView,
StyleSheet, StyleSheet,
Text, Text,
TextInput, TextInput,

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#import "AppDelegate.h" #import "AppDelegate.h"

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @providesModule TicTacToeApp * @providesModule TicTacToeApp
* @flow * @flow

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @providesModule AppStateIOSExample * @providesModule AppStateIOSExample
* @flow * @flow

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @flow * @flow
*/ */

View File

@ -1,5 +1,15 @@
/** /**
* Copyright 2004-present Facebook. All Rights Reserved. * The examples provided by Facebook are for non-commercial testing and
* evaluation purposes only.
*
* Facebook reserves all rights not expressly granted.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
'use strict'; 'use strict';

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @providesModule CameraRollView * @providesModule CameraRollView
* @flow * @flow

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @providesModule ImageCapInsetsExample * @providesModule ImageCapInsetsExample
* @flow * @flow

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @flow * @flow
*/ */

View File

@ -1,9 +1,15 @@
/** /**
* Copyright 2004-present Facebook. All Rights Reserved. * The examples provided by Facebook are for non-commercial testing and
* evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @providesModule ListViewPagingExample * @providesModule ListViewPagingExample
* @flow * @flow

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @flow * @flow
*/ */

View File

@ -1,11 +1,16 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
*/ * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
'use strict'; 'use strict';
var React = require('react-native'); var React = require('react-native');

View File

@ -1,11 +1,16 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
*/ * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
'use strict'; 'use strict';
var React = require('react-native'); var React = require('react-native');

View File

@ -1,11 +1,16 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
*/ * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
'use strict'; 'use strict';

View File

@ -1,11 +1,16 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
*/ * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
'use strict'; 'use strict';
var React = require('react-native'); var React = require('react-native');

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#import "AppDelegate.h" #import "AppDelegate.h"

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @providesModule UIExplorerApp * @providesModule UIExplorerApp
* @flow * @flow

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @providesModule UIExplorerBlock * @providesModule UIExplorerBlock
* @flow * @flow

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @flow * @flow
*/ */
@ -15,7 +20,6 @@ var {
AppRegistry, AppRegistry,
ListView, ListView,
PixelRatio, PixelRatio,
ScrollView,
StyleSheet, StyleSheet,
Text, Text,
TextInput, TextInput,

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @providesModule UIExplorerPage * @providesModule UIExplorerPage
* @flow * @flow

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @providesModule UIExplorerTitle * @providesModule UIExplorerTitle
* @flow * @flow

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* @providesModule createExamplePage * @providesModule createExamplePage
* @flow * @flow

View File

@ -1,7 +1,7 @@
{ {
"name": "react-native", "name": "react-native",
"version": "0.0.2", "version": "0.3.0",
"description": "Build native apps with React!", "description": "A framework for building native apps using React",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git@github.com:facebook/react-native.git" "url": "git@github.com:facebook/react-native.git"
@ -29,7 +29,8 @@
"cli.js", "cli.js",
"init.sh", "init.sh",
"LICENSE", "LICENSE",
"PATENTS" "PATENTS",
"README.md"
], ],
"scripts": { "scripts": {
"test": "jest", "test": "jest",

View File

@ -1,6 +1,6 @@
{ {
"name": "react-native-packager",
"version": "0.1.2", "version": "0.1.2",
"name": "react-native-packager",
"description": "Build native apps with React!", "description": "Build native apps with React!",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -4,6 +4,12 @@
set -e set -e
if [ -z "$1" ]
then
echo "You must supply an OS version as the first arg, e.g. 8.1"
exit 255
fi
xctool \ xctool \
-project IntegrationTests/IntegrationTests.xcodeproj \ -project IntegrationTests/IntegrationTests.xcodeproj \
-scheme IntegrationTests \ -scheme IntegrationTests \