
Security News
ECMAScript 2025 Finalized with Iterator Helpers, Set Methods, RegExp.escape, and More
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
@kustomer/chat-react-native
Advanced tools
Embed Kustomer in your own products with our chat SDK for React Native.
yarn add @kustomer/chat-react-native
iOS support
cd ios
pod update
pod install
Android Support
Due to potential late init issues, we recommend initialization through your MainApplication.java/kt
edit android/app/src/main/java/com/push_notifications/MainApplication.kt
public void onCreate() {
// ...
KustomerChat.configure(apiKey, options);
}
The default way to configure the SDK is through in your app's js bundle. Here is an example app with README explaining how to configure the app to securely import your API key.
import KustomerChat from '@kustomer/chat-react-native';
if(platform.ios) {
// Ensure configure runs only once. Tested with `useEffect`. see example above.
KustomerChat.configure(apiKey, options);
}
Add the following to your Info.plist
for file upload support:
Privacy - Camera Usage Description
Privacy - Media Library Usage Description
Privacy - Microphone Usage Description
Privacy - Photo Library Usage Description
For auth setup, see the iOS docs
import KustomerChat from '@kustomer/chat-react-native';
KustomerChat.show(KustomerDisplayMode); // KustomerDisplayMode is an optional enum param
For Android, see the Android docs For iOS, see the iOS docs
We are working on a way to customize colors in JS/TS sources, once, but it is currently not possible with the native SDKs.
You can view the license here
WIP: Most of the APIs are stable, and no major changes are expected in the way the SDK works.
react-native-permissions
or react-native-push-notification
or react-native-firebase
AppDelegate.m
accordingly.ℹ️ Note: this will likely match android's behavior in the future
react-native-firebase
), and call setPushToken
once a token is received.KustomerChat.onRemoteMessage
in your onRemoteMessage
callback. You can use isKustomerNotification
to check if the message is from Kustomer, and should be forwarded.FAQs
Kustomer Chat SDK wrapper for React Native
The npm package @kustomer/chat-react-native receives a total of 0 weekly downloads. As such, @kustomer/chat-react-native popularity was classified as not popular.
We found that @kustomer/chat-react-native demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 54 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.