diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 8f48c1f0..207a1523 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -182,7 +182,7 @@ PODS: - React-cxxreact (= 0.62.2) - React-jsi (= 0.62.2) - React-jsinspector (0.62.2) - - react-native-ios-context-menu (0.1.0): + - react-native-ios-context-menu (0.1.1): - React - React-RCTActionSheet (0.62.2): - React-Core/RCTActionSheetHeaders (= 0.62.2) @@ -350,7 +350,7 @@ SPEC CHECKSUMS: React-jsi: b6dc94a6a12ff98e8877287a0b7620d365201161 React-jsiexecutor: 1540d1c01bb493ae3124ed83351b1b6a155db7da React-jsinspector: 512e560d0e985d0e8c479a54a4e5c147a9c83493 - react-native-ios-context-menu: e0ff08ab09146aea9965d1bf4516b44489e44886 + react-native-ios-context-menu: c5557e294d67b988c63b34daa515948f3bbaeb04 React-RCTActionSheet: f41ea8a811aac770e0cc6e0ad6b270c644ea8b7c React-RCTAnimation: 49ab98b1c1ff4445148b72a3d61554138565bad0 React-RCTBlob: a332773f0ebc413a0ce85942a55b064471587a71 diff --git a/src/functions/ActionSheetFallback.js b/src/functions/ActionSheetFallback.js index 771ec33c..abb91a65 100644 --- a/src/functions/ActionSheetFallback.js +++ b/src/functions/ActionSheetFallback.js @@ -1,6 +1,7 @@ import { MenuActionKeys, MenuConfigKeys, MenuOptions, MenuElementAtrributes } from '../Enums'; import * as Helpers from './helpers'; +// TODO: Refactor/cleanup... export class ActionSheetFallback { /** is the object a `MenuAction` item */