From f18b4a2598ad5cd21951350a54a76e8f2dc6ebb7 Mon Sep 17 00:00:00 2001 From: Elise Alix Date: Tue, 20 Dec 2022 05:50:00 -0500 Subject: [PATCH 1/2] add clarity to dev preview description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4217e94..31cc00e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ `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. Software in this status: +This example app is in **Developer Preview** status and ready to serve as a reference for you to start building. Software in this status: - Is not formally supported - Will change without warning From f3cbba02bb1b6b1d034be714d670140849556949 Mon Sep 17 00:00:00 2001 From: Elise Alix Date: Tue, 20 Dec 2022 10:00:17 -0500 Subject: [PATCH 2/2] match ios and flutter with not production warning --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 31cc00e..ab397ba 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,9 @@ `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. Software in this status: +This example app is in **Developer Preview** status and ready to serve as a reference for you to start building. -- Is not formally supported -- Will change without warning -- Has not undergone a formal security audit +However, we do **not** recommend using Developer Preview software in production apps. 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.