1.0.3 โ€ข Published 28 days ago

expo-react-native-freshchat v1.0.3

Weekly downloads
-
License
GNU GPL V3
Repository
github
Last release
28 days ago

๐Ÿ“ Overview

The expo-react-native-freshchat package facilitates seamless integration of FreshChat with Expo apps. Key functionalities include modifying strings and Android manifest files for integration, ensuring proper file provider configurations, and enabling Expo prebuild modifications for Android configurations. This project enhances the user experience by providing version control, dependency management, and streamlined developer information, making it valuable for Expo projects seeking to incorporate FreshChat functionality efficiently.


๐Ÿš€ Getting Started

โš™๏ธ Installation

๐Ÿค– Usage

{
  plugins: [
    ...
    'expo-react-native-freshchat',
  ]
}

๐Ÿ’ธ Profit

npx expo prebuild

๐Ÿค Contributing

Contributions are welcome! Here are several ways you can contribute:

  1. Fork the Repository: Start by forking the project repository to your github account.
  2. Clone Locally: Clone the forked repository to your local machine using a git client.
    git clone https://github.com/erasmuswill/expo-react-native-freshchat
  3. Create a New Branch: Always work on a new branch, giving it a descriptive name.
    git checkout -b new-feature-x
  4. Make Your Changes: Develop and test your changes locally.
  5. Commit Your Changes: Commit with a clear message describing your updates.
    git commit -m 'Implemented new feature x.'
  6. Push to github: Push the changes to your forked repository.
    git push origin new-feature-x
  7. Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
  8. Review: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!

๐ŸŽ— License

This project is protected under the GNU GPLv3 License. For more details, refer to the LICENSE file.

Return to top


1.0.2

28 days ago

1.0.3

28 days ago

1.0.1

6 months ago