Skip to content

Commit

Permalink
✨ Minor Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Oct 27, 2020
1 parent 93ae288 commit 367f6d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/functions/ActionSheetFallback.js
Original file line number Diff line number Diff line change
@@ -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 */
Expand Down

0 comments on commit 367f6d6

Please sign in to comment.