-
-
Notifications
You must be signed in to change notification settings - Fork 654
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
messageActionSheet : using
Modal
instead of `@expo/react-native-act…
…ion-sheet` when we long press on any message then `messageActionSheet` opens up and it took a extra black screen on `Share` option when we share our message and this issue is coming from `@expo/react-native-action-sheet` also `@expo/react-native-action-sheet` restricts us upto a certain extent on basis of UI for eg if we use `Modal` instead of `@expo/react-native-action-sheet` then we have many options for eg colored messageActionSheet , popping out with diff animations , can set some icons before any option which and greg have already discussed in #mobile on CZO. fix : tap above the top of the action sheet to make it disappear using `touchableOpacity` outside the `modal` so that if we click outside the `messageActionSheet` then it dismiss the `modal`
- Loading branch information
Showing
5 changed files
with
138 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters