From 305ef12b716016e7e04c92d4bfdeb032ed6837dc Mon Sep 17 00:00:00 2001 From: Arseniy Klempner Date: Fri, 8 Dec 2023 00:26:50 -0800 Subject: [PATCH 1/2] warn that js-waku does not support react native --- docs/guides/js-waku/index.md | 4 ++++ docs/guides/js-waku/use-waku-react.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/docs/guides/js-waku/index.md b/docs/guides/js-waku/index.md index 47f71d57..7e8a643f 100644 --- a/docs/guides/js-waku/index.md +++ b/docs/guides/js-waku/index.md @@ -3,6 +3,10 @@ title: JavaScript Waku SDK hide_table_of_contents: true --- +:::caution +Currently, the JavaScript Waku SDK is NOT compatible with React Native. We plan to add support for React Native in the future. +::: + The [JavaScript Waku SDK](https://github.com/waku-org/js-waku) (`@waku/sdk`) provides a TypeScript implementation of the [Waku protocol](/) designed for web browser environments. Developers can seamlessly integrate Waku functionalities into web applications, enabling efficient communication and collaboration among users using the `@waku/sdk` package. ## Installation diff --git a/docs/guides/js-waku/use-waku-react.md b/docs/guides/js-waku/use-waku-react.md index b8f7ff40..3322e32d 100644 --- a/docs/guides/js-waku/use-waku-react.md +++ b/docs/guides/js-waku/use-waku-react.md @@ -3,6 +3,10 @@ title: "Build React DApps Using @waku/react" hide_table_of_contents: true --- +:::caution +Currently, the JavaScript Waku SDK is NOT compatible with React Native. We plan to add support for React Native in the future. +::: + The [@waku/react](https://www.npmjs.com/package/@waku/react) package provides components and UI adapters to integrate `@waku/sdk` into React applications effortlessly. This guide provides detailed steps for using `@waku/react` in your project. ## Install the dependencies From 36d4975d1223af108f07bf74337ed0d47d90e4ac Mon Sep 17 00:00:00 2001 From: LordGhostX Date: Fri, 8 Dec 2023 10:31:58 +0100 Subject: [PATCH 2/2] updated the caution --- docs/guides/js-waku/index.md | 2 +- docs/guides/js-waku/use-waku-react.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/js-waku/index.md b/docs/guides/js-waku/index.md index 7e8a643f..13ac2281 100644 --- a/docs/guides/js-waku/index.md +++ b/docs/guides/js-waku/index.md @@ -4,7 +4,7 @@ hide_table_of_contents: true --- :::caution -Currently, the JavaScript Waku SDK is NOT compatible with React Native. We plan to add support for React Native in the future. +Currently, the JavaScript Waku SDK (`@waku/sdk`) is **NOT compatible** with React Native. We plan to add support for React Native in the future. ::: The [JavaScript Waku SDK](https://github.com/waku-org/js-waku) (`@waku/sdk`) provides a TypeScript implementation of the [Waku protocol](/) designed for web browser environments. Developers can seamlessly integrate Waku functionalities into web applications, enabling efficient communication and collaboration among users using the `@waku/sdk` package. diff --git a/docs/guides/js-waku/use-waku-react.md b/docs/guides/js-waku/use-waku-react.md index 3322e32d..d8c6bc7b 100644 --- a/docs/guides/js-waku/use-waku-react.md +++ b/docs/guides/js-waku/use-waku-react.md @@ -4,7 +4,7 @@ hide_table_of_contents: true --- :::caution -Currently, the JavaScript Waku SDK is NOT compatible with React Native. We plan to add support for React Native in the future. +Currently, the JavaScript Waku SDK (`@waku/sdk`) is **NOT compatible** with React Native. We plan to add support for React Native in the future. ::: The [@waku/react](https://www.npmjs.com/package/@waku/react) package provides components and UI adapters to integrate `@waku/sdk` into React applications effortlessly. This guide provides detailed steps for using `@waku/react` in your project.