From 7440c757d7de6e2be33cc2808f1a9fb296383439 Mon Sep 17 00:00:00 2001 From: gronxb Date: Fri, 16 Feb 2024 00:09:13 +0900 Subject: [PATCH] docs: fix word --- README.md | 1 + docs/example/react-navigation.md | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2612370..f8070737 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Inspired by the functionality of `tRPC`, `webview-bridge` simplifies the communi - Type-Safety - Backward Compatibility - No App Review Needed +- Shared State ![webview-bridge](https://github.com/gronxb/webview-bridge/assets/41789633/a93e6439-f410-42ac-bc4b-b8f32213a537) diff --git a/docs/example/react-navigation.md b/docs/example/react-navigation.md index 4f8d1bdf..9673b5cd 100644 --- a/docs/example/react-navigation.md +++ b/docs/example/react-navigation.md @@ -1,6 +1,5 @@ # Example React Navigation - -This guide covers how to declare state in React Native and share it with the web. +This guide is about integrating WebView, the web, and React Navigation.