Gabriel Cecon Carlsen

Results 4 comments of Gabriel Cecon Carlsen

Just found the solution. It was cache related. Delete `/android/.gradle` folder and run: ``` cd android &&./gradlew clean cd .. && react-native run-android ```

u got use the `shareSingle` method ``` Share.shareSingle({ url: uri, title: 'Hey', social: Share.Social.WHATSAPP, }); ```