aboutsummaryrefslogtreecommitdiffhomepage
path: root/example
diff options
context:
space:
mode:
authorVladlen Kaveev <67223203+vladlenskiy@users.noreply.github.com>2026-04-26 18:04:37 +0500
committerAliaksei Levin <22669599+levlam@users.noreply.github.com>2026-05-08 02:06:58 +0300
commited87ce1030a369141524ce0735bbe6a890fd66be (patch)
tree3eb3462e7118911d7ccac6d2a558467e04f98ed7 /example
parentbfd4975c0a565c9ae87cd567327db9dee04fbf34 (diff)
docs: add react-native-tdlib to JavaScript wrappers section
Adds a one-paragraph entry for react-native-tdlib next to the existing NativeScript entry. React Native currently has no listed binding in example/README.md.
Diffstat (limited to 'example')
-rw-r--r--example/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/example/README.md b/example/README.md
index 9876d3a3b..2829448a8 100644
--- a/example/README.md
+++ b/example/README.md
@@ -82,6 +82,9 @@ See also the source code of [DIBgram](https://github.com/DIBgram/DIBgram) - an u
TDLib can be used also from NativeScript through the [JSON](https://github.com/tdlib/td#using-json) interface.
See [nativescript-tglib](https://github.com/arpit2438735/nativescript-tglib) as an example of a NativeScript library for building Telegram clients.
+TDLib can also be used from React Native on iOS and Android.
+See [react-native-tdlib](https://github.com/vladlenskiy/react-native-tdlib) as an example of a React Native library for building Telegram clients.
+
<a name="go"></a>
## Using TDLib in Go projects