Skip to content

Commit

Permalink
chore(readme): update readme with circle ci status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
jgcmarins committed Jun 26, 2018
1 parent 83416a3 commit 1a789ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
# react-native-share [![npm version](https://badge.fury.io/js/react-native-share.svg)](http://badge.fury.io/js/react-native-share)
# react-native-share [![CircleCI](https://circleci.com/gh/react-native-community/react-native-share/tree/master.svg?style=svg&circle-token=0c6860240abba4e16bd07df0ea805a72b67b8d41)](https://circleci.com/gh/react-native-community/react-native-share/tree/master) [![npm version](https://badge.fury.io/js/react-native-share.svg)](http://badge.fury.io/js/react-native-share)
Share Social , Sending Simple Data to Other Apps

***NOTE: React Native now implements share functionality [Read more](https://facebook.github.io/react-native/docs/share.html)***
Expand Down Expand Up @@ -469,4 +469,4 @@ static sharePDFWithAndroid(fileUrl, type) {
await RNFS.unlink(filePath);
});
}
```
```

0 comments on commit 1a789ff

Please sign in to comment.