React-native-share: App freezes on ios

Created on 4 Aug 2019  路  1Comment  路  Source: react-native-share/react-native-share

Steps to reproduce

  1. call Share.open({url: imageUrl})

Expected behaviour

Show the share menu and app not freeze

Actual behaviour

Share menu is opened then closed instantly, then app freezes.

Environment

  • React Native version: 0.59.9
  • React Native platform + platform version: iOS 12

react-native-share

Version: npm version or "master" 1.2.1

bug

Most helpful comment

I found out why, this was because I was calling Share.open() while animating a modal to close which freezed the app.

>All comments

I found out why, this was because I was calling Share.open() while animating a modal to close which freezed the app.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kunalnagar picture kunalnagar  路  3Comments

a-koka picture a-koka  路  3Comments

vikjovanov picture vikjovanov  路  3Comments

andyfen picture andyfen  路  4Comments

byk04712 picture byk04712  路  3Comments