mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-26 07:04:05 +08:00
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:
committed by
facebook-github-bot-8
parent
d82af3cb92
commit
4a4f087a9c
13
Libraries/Components/ToastAndroid/ToastAndroid.ios.js
Normal file
13
Libraries/Components/ToastAndroid/ToastAndroid.ios.js
Normal 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');
|
||||
1
Libraries/react-native/react-native.js
vendored
1
Libraries/react-native/react-native.js
vendored
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user