Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kajanan02 committed Oct 4, 2023
1 parent b14b1ae commit 377a2ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# react-native-send-direct-sms ![npm version](https://img.shields.io/badge/npm-0.1.1-2)
# react-native-send-direct-sms ![npm version](https://img.shields.io/badge/npm-0.1.3-2)


React Native Send SMS is a JavaScript library for React Native applications that provides a convenient way to send SMS messages programmatically. It enables developers to integrate SMS functionality into their mobile apps, allowing them to send text messages to specified recipients directly from the app. This can be useful for implementing features like SMS-based authentication, notifications, or any other communication that requires sending SMS messages.
Expand Down Expand Up @@ -37,7 +37,7 @@ function sendSmsData(mobileNumber, bodySMS) {

## Example

![](https://github.com/Kajanan02/resources/blob/main/images/sendsmsexample.jpg)
<img src="https://github.com/Kajanan02/resources/blob/main/images/sendsmsexample.jpg" alt="Example Image" width="70%">



Expand Down Expand Up @@ -142,16 +142,17 @@ const styles = StyleSheet.create({

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

Or open up [an issue](https://github.com/Kajanan02/react-native-send-direct-sms/issues).

Or open up [an issue](https://github.com/Kajanan02/react-native-send-sms/issues).

---
## Discussion and Collaboration

In addition to the [GitHub Issues](https://github.com/Kajanan02/react-native-send-direct-sms/issues) page.

In addition to the [GitHub Issues](https://github.com/Kajanan02/react-native-send-sms/issues) page.

## License

MIT

---

Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-send-direct-sms",
"version": "0.1.2",
"version": "0.1.3",
"description": "React Native Send SMS is a JavaScript library for React Native applications that provides a convenient way to send SMS messages programmatically. It enables developers to integrate SMS functionality into their mobile apps, allowing them to send text messages to specified recipients directly from the app. This can be useful for implementing features like SMS-based authentication, notifications, or any other communication that requires sending SMS messages.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 377a2ed

Please sign in to comment.