Skip to content

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:

https://reactnative.dev/docs/native-modules-android

https://reactnative.dev/docs/native-modules-ios

Parsely’s native trackers are fairly simple to bridge, and a sample implementation is provided here:

https://github.com/hbbtstar/parsely_react_native_integration/blob/master/App.js

Navigate to the “android” and “ios” folders respectively to see the sample implementations for the respective platforms.

Last updated: August 16, 2023