mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-26 07:04:05 +08:00
[ReactKit] Remove NativeModulesDeprecated
This commit is contained in:
@@ -5,8 +5,9 @@
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
var { RCTActionSheetManager } = require('NativeModules');
|
||||
|
||||
var invariant = require('invariant');
|
||||
var RCTActionSheetManager = require('NativeModulesDeprecated').RCTActionSheetManager;
|
||||
|
||||
var ActionSheetIOS = {
|
||||
showActionSheetWithOptions(options, callback) {
|
||||
|
||||
Reference in New Issue
Block a user