diff --git a/content/en/docs/demo/_index.md b/content/en/docs/demo/_index.md index 07dfb694a166..d21b43875c50 100644 --- a/content/en/docs/demo/_index.md +++ b/content/en/docs/demo/_index.md @@ -30,7 +30,7 @@ here. | Go | | [Checkout Service](services/checkout/), [Product Catalog Service](services/product-catalog/) | [Checkout Service](services/checkout/), [Product Catalog Service](services/product-catalog/) | | Java | [Ad Service](services/ad/) | | [Ad Service](services/ad/) | | JavaScript | | | [Payment Service](services/payment/) | -| TypeScript | | [Frontend](services/frontend/), [React Native App](services/react-native-app/) | [Frontend](services/frontend/) | +| TypeScript | | [Frontend](services/frontend/), [React Native App](services/react-native-app/) | [Frontend](services/frontend/) | | Kotlin | | [Fraud Detection Service](services/fraud-detection/) | | | PHP | | [Quote Service](services/quote/) | [Quote Service](services/quote/) | | Python | [Recommendation Service](services/recommendation/) | | [Recommendation Service](services/recommendation/) | diff --git a/content/en/docs/demo/services/_index.md b/content/en/docs/demo/services/_index.md index 45045846deca..12ae06ed9b98 100644 --- a/content/en/docs/demo/services/_index.md +++ b/content/en/docs/demo/services/_index.md @@ -22,4 +22,4 @@ To visualize request flows, see the [Service Diagram](../architecture/). | [quoteservice](quote/) | PHP | Calculates the shipping costs, based on the number of items to be shipped. | | [recommendationservice](recommendation/) | Python | Recommends other products based on what's given in the cart. | | [shippingservice](shipping/) | Rust | Gives shipping cost estimates based on the shopping cart. Ships items to the given address (mock/). | -| [react-native-app](react-native-app/) | TypeScript | React Native mobile application that provides a UI on top of the shopping services. | +| [react-native-app](react-native-app/) | TypeScript | React Native mobile application that provides a UI on top of the shopping services. | diff --git a/content/en/docs/demo/services/react-native-app.md b/content/en/docs/demo/services/react-native-app.md index a22dbdf6b588..fe21d3ab1dd9 100644 --- a/content/en/docs/demo/services/react-native-app.md +++ b/content/en/docs/demo/services/react-native-app.md @@ -17,11 +17,11 @@ the JS layer {{% alert title="Important" color="warning" %}} -The JS OTel packages are supported for node and web environments. -While they work for React Native as well they are not currently explicitly -supported for that environment and may break compatibility with minor version -updates or require workarounds. Building more support for React Native is an -area of active development. +The JS OTel packages are supported for node and web environments. While they +work for React Native as well they are not currently explicitly supported for +that environment and may break compatibility with minor version updates or +require workarounds. Building more support for React Native is an area of active +development. {{% /alert %}}