Using React Native with Parse.ly
Parsely supports React Native through the use of “React Native Bridging”: a method by which our Android and iOS SDKs can be easily used in React Native app installations. See React Native’s documentation for Android bridging and iOS bridging.
Parsely’s native trackers are fairly simple to bridge. A sample implementation is available on GitHub.
Navigate to the android and ios folders in the repository to see the platform-specific implementations.
Last updated: November 19, 2025