Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Demote to pre-preview status
Browse files Browse the repository at this point in the history
We found a blocking issue in: #13. In the meantime, we recommend developers use WebViews to integrate with `xmtp-js`.
  • Loading branch information
Elise Alix authored Jan 13, 2023
1 parent 8fe3214 commit 81f23d6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# XMTP React Native example app

![Status](https://img.shields.io/badge/Project_Status-Developer_Preview-yellow)
![Status](https://img.shields.io/badge/Project_Status-Developer_Preview-red)

`example-chat-react-native` provides the XMTP React Native example app, which demonstrates core concepts and capabilities of the [XMTP client SDK for JavaScript](https://github.com/xmtp/xmtp-js). The app provides a bare-bones example of integrating the XMTP client SDK into a React Native app.

This example app is in **Developer Preview** status and ready to serve as a reference for you to start building.

However, we do **not** recommend using Developer Preview software in production apps.
This example app is in **Early Developer Preview** status and not yet ready for building as we investigate [poor performance in listing conversations](https://github.com/xmtp/example-chat-react-native/issues/13). In the meantime, we recommend loading the [XMTP client SDK for JavaScript](https://github.com/xmtp/xmtp-js) directly into a WebView as a workaround.

The app uses the [Hermes](https://reactnative.dev/docs/hermes) JavaScript engine, the [XMTP client SDK for JavaScript](https://github.com/xmtp/xmtp-js), and [polyfills](#polyfills) to backport modern JavaScript APIs to the React Native environment.

Expand Down

0 comments on commit 81f23d6

Please sign in to comment.