move Toast to oss

Summary: Importing JS changes to fbobjc which should be maintained as a source of truth
for React Native JS files. For more details about this change, please refer to
the original diff in fbandroid repo: D2410797

Reviewed By: @andreicoman11

Differential Revision: D2424679
This commit is contained in:
Dorota Kapturkiewicz 2015-09-09 06:41:00 -07:00 committed by facebook-github-bot-8
parent d82af3cb92
commit 4a4f087a9c
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,13 @@
/**
* Copyright (c) 2015-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* 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.
*
* @providesModule ToastAndroid
*/
'use strict';
module.exports = require('UnimplementedView');

View File

@ -39,6 +39,7 @@ var ReactNative = Object.assign(Object.create(require('React')), {
TabBarIOS: require('TabBarIOS'),
Text: require('Text'),
TextInput: require('TextInput'),
ToastAndroid: require('ToastAndroid'),
ToolbarAndroid: require('ToolbarAndroid'),
TouchableHighlight: require('TouchableHighlight'),
TouchableNativeFeedback: require('TouchableNativeFeedback'),