
React native wrapper for Jitsi Meet SDK
The React Native Jitsi Meet SDK is a deprecated library that served as a React Native wrapper for the Jitsi Meet SDK. The official recommendation now is to use the official React Native SDK provided by the Jitsi Team.
The React Native Jitsi Meet SDK served as a wrapper for the Jitsi Meet SDK, but it is now deprecated in favor of the official React Native SDK provided by the Jitsi Team. Developers are encouraged to migrate to the official SDK for better compatibility and support.

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.