JPush's officially supported React Native plugin (Android & iOS). 极光推送官方支持的 React Native 插件(Android & iOS)。
The JPush-React-Native is a library that allows integration of JPush functionality into React Native applications. Starting from version RN-JPush 2.7.5, the library now supports TypeScript. However, due to compilation issues with RN-JCore 1.6.0, it is necessary to add configuration code to AndroidManifest.xml even from version RN-JCore 1.7.0. Installation requires linking native libraries after installation and making specific configurations for both Android and iOS platforms.
react-native link.The JPush-React-Native library provides support for integrating JPush features into React Native applications. Developers can leverage its functionality to enable push notifications within their apps, with added support for TypeScript. The installation process involves linking native libraries and making platform-specific configurations for Android and iOS environments, ensuring a seamless integration experience for developers.
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.