Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 540 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (14 loc) · 540 Bytes

Contributing

Development

This repository is broken into different packages

  • /posthog-core > All common code goes here.
  • /posthog-node > Node.js specific code
  • /posthog-react-native > React Native specific code
  • /posthog-web > Web (DOM) specific code

For Session Replay, See posthog-react-native-session-replay

Running tests

yarn test
# Run the RN tests - these are separate due to specific babel configs
yarn test:rn