From 81f23d673a5d1745e38e47881539ea8e6a926fb4 Mon Sep 17 00:00:00 2001 From: Elise Alix Date: Thu, 12 Jan 2023 20:03:37 -0500 Subject: [PATCH] Demote to pre-preview status We found a blocking issue in: https://github.com/xmtp/example-chat-react-native/issues/13. In the meantime, we recommend developers use WebViews to integrate with `xmtp-js`. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ab397ba..9f41c2e 100644 --- a/README.md +++ b/README.md @@ -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.