-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b221e82
commit ba07b2e
Showing
13 changed files
with
181 additions
and
599 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,9 @@ | ||
# posthog-react-native-session-replay | ||
|
||
Session Replay | ||
Session Replay for React Native (Android and iOS) | ||
|
||
## Installation | ||
|
||
```sh | ||
npm install posthog-react-native-session-replay | ||
``` | ||
|
||
## Usage | ||
|
||
|
||
```js | ||
import { multiply } from 'posthog-react-native-session-replay'; | ||
|
||
// ... | ||
|
||
const result = await multiply(3, 7); | ||
``` | ||
|
||
|
||
## Contributing | ||
|
||
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow. | ||
|
||
## License | ||
|
||
MIT | ||
|
||
--- | ||
|
||
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Releasing | ||
========= | ||
|
||
1. Update the CHANGELOG.md with the version and date | ||
2. Update the version in the package.json file | ||
3. Choose a tag name (e.g. `3.0.0`), this is the version number of the release. | ||
1. Preview releases follow the pattern `3.0.0-alpha.1`, `3.0.0-beta.1`, `3.0.0-RC.1` | ||
4. Go to [GH Releases](https://github.com/PostHog/posthog-android/releases) | ||
5. Choose a release name (e.g. `3.0.0`), and the tag you just created, ideally the same. | ||
6. Write a description of the release. | ||
7. Publish the release (npm publish). | ||
8. Done | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
PosthogReactNativeSessionReplay_kotlinVersion=1.7.0 | ||
PosthogReactNativeSessionReplay_kotlinVersion=1.8.0 | ||
PosthogReactNativeSessionReplay_minSdkVersion=21 | ||
PosthogReactNativeSessionReplay_targetSdkVersion=31 | ||
PosthogReactNativeSessionReplay_compileSdkVersion=31 | ||
PosthogReactNativeSessionReplay_ndkversion=21.4.7075529 | ||
PosthogReactNativeSessionReplay_targetSdkVersion=34 | ||
PosthogReactNativeSessionReplay_compileSdkVersion=34 | ||
PosthogReactNativeSessionReplay_ndkversion=25.1.8937393 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.