Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
ae2e30a
added "url" parameter for ios - add file path as attachments
Oct 6, 2017
5d71964
added url share via fileprovider
Nov 15, 2017
e492c72
changed type from text/plain to message/rfc822 (for plain text only f…
Nov 15, 2017
5b0ecbf
this would be very nice, but doesn't seem to work on every platform; …
Nov 17, 2017
5f0de0e
Filter chooser apps to show Mail apps only for selection
May 3, 2018
ee696c2
handle/ prevent errors
May 3, 2018
870f661
Get selected Mail app name
May 7, 2018
d02cd60
Pass lastSelection to js over bridge
May 7, 2018
799a202
support direct app selection parameter
May 7, 2018
f0b564b
Support getMailAppData which passes Share apps data array from NATIVE…
May 8, 2018
87295ed
Change data keys to use directly with RN components
May 8, 2018
9e98fc2
get correct image and convert it into correct format (that supports t…
May 8, 2018
7850cbf
Check if mail app with packageName exists on device
May 8, 2018
c2e4f4e
Fix for pre LOLLYPOP devices
Jun 15, 2018
fb96fb1
add missing import
csae0 Jun 15, 2018
2ae6522
mainqueue
Nov 2, 2018
63150a1
Fix bug (caused of android 8)
Jan 24, 2019
3178a19
Merge commit 'fb96fb169bb3b68296e9c88a37aebdba9288bfa1'
Jan 24, 2019
3cee357
add import
csae0 Jan 24, 2019
73e4000
change ACTIVITY_SEND to 16bit integer
csae0 May 2, 2019
84468cd
Update react-native-mail-compose.podspec
csae0 Feb 6, 2020
144fb43
Merge commit '2ae6522d59d12f36f95e14cc9d71167cf522f012'
Mar 2, 2020
60fc394
fix warning
Mar 2, 2020
5920911
should fix crash
Aug 2, 2022
857fbd7
added self. reference
Aug 2, 2022
41e239f
added self. reference 2
Aug 2, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions ExampleApp/android/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>android_</name>
<comment>Project android_ created by Buildship.</comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
</natures>
</projectDescription>
2 changes: 2 additions & 0 deletions ExampleApp/android/.settings/org.eclipse.buildship.core.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
connection.project.dir=
eclipse.preferences.version=1
17 changes: 17 additions & 0 deletions android/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>android</name>
<comment>Project android created by Buildship.</comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
</natures>
</projectDescription>
2 changes: 2 additions & 0 deletions android/.settings/org.eclipse.buildship.core.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
connection.project.dir=
eclipse.preferences.version=1
Loading