expo-react-native-freshchat

1.0.6 • Public • Published

project-logo

EXPO-REACT-NATIVE-FRESHCHAT

Elevate user engagement effortlessly with seamless integration!

license last-commit repo-top-language repo-language-count


Table of Contents

📍 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

From your favourite package manager

yarn add -D expo-react-native-freshchat
npm i -D expo-react-native-freshchat
bun i expo-react-native-freshchat

🤖 Usage

Simply add to your plugin array in app.json/app.config.js/app.config.ts

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

💸 Profit

(Pre)build and profit!

npx expo prebuild

🤝 Contributing

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

  • Report Issues: Submit bugs found or log feature requests for the expo-react-native-freshchat project.
  • Submit Pull Requests: Review open PRs, and submit your own PRs.
Contributing Guidelines
  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!
Contributor Graph


🎗 License

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

Return to top


Readme

Keywords

none

Package Sidebar

Install

npm i expo-react-native-freshchat

Weekly Downloads

19

Version

1.0.6

License

GNU GPL V3

Unpacked Size

41.7 kB

Total Files

6

Last publish

Collaborators

  • erasmuswill